Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 473 Bytes

ALC Mobile API

Backend service for the ALC app

Local development

  1. Copy docker-compose.dev-example.yml to docker-compose.yml.
  2. Fill in the OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET environment variables.
  3. Ensure Docker is running, then run make dev to build the image and start the server.
  4. When you modify .go files, the server automatically rebuilds and restarts.

Wiping local database

  1. Ensure the Docker containers are stopped.
  2. Run make rm_db.