Go, Fiber, GORM, Postgres
Find the full article to build this API here - https://dev.to/percoguru/getting-started-with-apis-in-golang-feat-fiber-and-gorm-2n34
- Create a database notes-api in your Postgres local instance
- Rename
.env.exmapleto.env. - Add in the database user and password for your postgres instance containing the database fiber-app.
- Provide google clout credentials json to root folder and set link in env file
- In the root folder run
docker compose build. - In the root folder run
docker compose up -d. - The up will be running on
localhost:8000