This project is a pet project to try fiber. Here's a CRUD for 1 entity.
In project were used the following libraries:
- Fiber - Routing
- Viper - Managing the environment variables
- GORM - ORM
- Postgres - DB
- Docker with volumes + Docker-compose - Containerization
- Zap - Logging
- Clone this repository.
- Run:
docker compose up
- Stop in different window:
docker compose down
OR CTRL+C to terminate the process in the same window.