Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 494 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 494 Bytes

UserCRUDApp-Golang

Features Implemented

  • CRUD operations on Users
  • Mongodb to persist data.
  • MVC architecture/ folder structure
  • Added unit tests for controller layer
  • Added mocks for database or service layer
  • Added sonarqube configuration
  • Added dockerfile

Tech stack

  • Golang
  • Gin-gonic
  • MongoDB Atlas
  • Mockgen and testify
  • Docker
  • Sonarqube