The backend for the Haerd dating app built with:
- Language: Go
- ORM: SQL Boiler
- Router: Chi
- Database: PostgreSQL
- Blob Storage: AWS S3
- Containerization: Docker & Docker Compose
- Create a .env file at the root of the repository and add the contents of the "Haerd Dating .env" file on the google drive(Haerd Limited/Engineering/Env Files)
- Update the docker-compose file as instructed below but DON'T commit these changes. This is only for running locally.

- Run the below commands from the root of the repository:
Make deps
Make buildThe API will be available at http://localhost:8080.