ACM at CSUF club API for managing events, announcements, forms, and other services!
go run cmd/api/main.go
go generate ./...
go test ./...
go fmt ./...
make run
make test
make sql-fix
-
Install nix and direnv if you don't already have them
-
Run
direnv allow
at the project root. If you don't want to use direnv, you can usenix develop
to achieve the same thing, but you will need to run it every time you enter the project.
Developed with 💚 by @acmcsufoss