Skip to content

mdempsky/alc-mobile-api

 
 

Repository files navigation

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. 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.

About

Backend service for the ALC app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 61.7%
  • HTML 31.9%
  • Shell 6.0%
  • Other 0.4%