- golang
- go fiber
- postgres
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- golang 1.22
- docker
- makefile
- air (optional for auto reload)
- Clone the repo
- Copy
.env.example
to.env
and fill the values - Run
go mod download
to download all the dependencies
Run to start the local database for development
docker-compose up -d
Option 1: Standard mode
make server
Option 2: Development mode with auto reload
air -c .air.toml