Fiber API for CRUD operations in PostgreSQL.
Clone the project
git clone https://github.com/tr1sm0s1n/fiber-postgres-api.git
cd fiber-postgres-api
Start the database
make up
View the database (optional)
make enter
Run the application
make run
For live reload, install air (optional)
make air
Run the application in watch mode
make dev
Click here.
Click here.
Click here.