This is the API for Planigo using Go with Go Fiber
- Go 1.19
- Docker with Docker Engine version at least 19.03.0
- Create an account on Mailgun and get the private API key and domain
- Create a .env file in the root directory of the project and add the environment variables from
.env.dist - Run
go mod downloadto download the dependencies - Run
make install-depsto install the global dependencies - Run
docker compose up -dto start the database - Run
make configto setup git hooks - Run
make devto start the server with hot reloading