Skip to content

[ Work in Progress ] Basic ecommerce-inspired API built with Golang, Gin, GORM, and PostgreSQL.

Notifications You must be signed in to change notification settings

laluardian/gin-ecommerce-api

Repository files navigation

TODO

  • Tests
  • Product
  • Category
  • Order
  • Wishlist
  • Product rating and review (?)
  • Payment (?)
  • etc...

Running the app

This app needs some environment variables, see .env.example file.

# initialize dev-db
docker-compose up -d

# development
$ go run main.go

About

[ Work in Progress ] Basic ecommerce-inspired API built with Golang, Gin, GORM, and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published