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
Then run the backend service using Docker Compose, use the following command (run with root privileges):
docker compose 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.