Backend service for the ALC app
- Copy docker-compose.dev-example.yml to docker-compose.yml.
- Fill in the OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET environment variables.
- Ensure Docker is running, then run
make dev
to build the image and start the server. - When you modify .go files, the server automatically rebuilds and restarts.
- Ensure the Docker containers are stopped.
- Run
make rm_db
.