A simple PostgresSQL CRUD application using the Fiber webframework.
- Local golang installation
- PostgresSQL
Installing the dependencies:
go mod downloadRunning the application:
go run main.goRunning the application
docker-compose upAfter starting the application the server should be started on port 3000 and you can start sending requests to the endpoints.
# Endpoints
"/api/v1/item"
"/api/v1/item/:id"
"/api/v1/item"
"/api/v1/item/:id"