/Go-Basket-API

A shopping cart written in Go

Primary LanguageGo

Add To Cart API Project with PostgreSQL&GORM&GIN in GOLANG

go run main.go

Database ER Diagram

The database diagram of the project is shown in the image below. The id values in the tables are of uuid type. ed84dd77-8568-44f5-b661-9a864fd05ca8

API Response Model

Screenshot_35

Third Party packages

  • The program is created with GO main package & GORM & Godotenv & go-swagger & Gin & Json Web Token & uuid.

TODO

  • Add more test
  • Add swagger entegration with swaggo
  • Add Graceful shutdown
  • Add docker
  • Configure docker compose