Skip to content

Jateq/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Full Backend Ecommerce website on GO | MongoDB, Docker, JWT authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages