Skip to content

Pet project to try fiber, postgres, zap. Check README for more info

Notifications You must be signed in to change notification settings

rashevskiivv/go-fiber-api-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API to work with products

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

Docker

  1. Clone this repository.
  2. Run: docker compose up
  3. Stop in different window: docker compose down OR CTRL+C to terminate the process in the same window.

Releases

No releases published

Packages

No packages published