This is the backend service for the Chrono mobile application. The infastructure is built using Go and Postgres.
Move the example environment file to .env:
mv .env.example .env
Run the volumes script in scripts to create the volumes in the host machine:
./scripts/volumes.sh
Then run the backend service using Docker Compose, use the following command:
make dev-up
All contributions are welcome, kindly open a new issue or pull request. To get started contributing, read the CONTRIBUTING.md file for on overview on the overall project structure.