Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.25 KB

Ecommerce

Dropshipping, you can sell whatever you want

To run the app:

docker-compose up -d
go run main.go

If you have MongoDB installed you can run just application

go run main.go

Functionality

  • JWT authentication
  • Docker connection to MongoDB
  • Http-endpoints with gin-gonic/gin
  • Detailed Structs
  • Searching, Adding, Removing, Buying, Updating products in MongoDB

Postman Endpoints

{
  "first_name": "Tema",
  "last_name": "Yerlanuly",
  "email": "temirlan.eraly@gmail.com",
  "password": "123123",
  "phone": "+77743"
}
{
  "email": "temirlan.eraly@gmail.com",
  "password": "123123"
}

List of all endpoints will be displayed by gin package when you will run app