Assume everything
or root directoryCreate a copy of config.example.hcl
named config.hcl
$ cp config.example.hcl config.hcl
Then change the variables to whats needed
- TODO: Once docker-compose is working for local development / testing, put command here
cd backend
go run main.go
We currently deploy through CI only. This is triggered by merging a PR into the prod
branch.
On dev mode you can GET at /graphql
to get graphql playground
This can be read at ARCHITECTURE.md
cd backend
go run main.go --migrate
cd backend
go run main.go --migrate-serve
cd backend
go run main.go --nuke