Backend for Gasso association management tool
This project's goal is mostly for me to practice Golang This is still in early development
- Golang (version used is Go 1.15)
- Postgres database
- Env variables described in
.env.examplefile (mostly database connection informations)
- Clone this repo
- Go to the project's folder
- Run
go run ./cmd/gasso-back/main.go