- Clone the project
- Create a
.env
file and fill in the values - Install postgres as a Docker container with
make start-db
- Run the project with
make run
- Pet -> simple CRUD operations for a pet
Documentation
https://github.com/lib/pq
Installing postgres driver
go get github.com/lib/pq
Documentation
https://gofiber.io
Installing gofiber
go get github.com/gofiber/fiber/v2