Skip to content

Ecommerce website developed using java spring as a backend, angular as a frontend and MongoDB

License

Notifications You must be signed in to change notification settings

magdyhasan/Ecommerce-using-Spring-and-Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce-using-Spring-and-Angular

Ecommerce website developed using java spring as a backend, angular as a frontend and MongoDB

Technologies used

  • Spring Boot
  • Spring Rest
  • Spring Data MongoDB
  • MongoDB
  • Maven
  • Java
  • Postman
  • Angular
  • Bootstrap

REST API

/api/product/
  POST /save-product - Add product 
  GET /products-list - List of products
  GET /{product_id} - View product
  POST /update-product/{product_id} - Update product
  POST /delete-product/{product_id} - Delete product 
  
  
/api/seller/
  POST /save-seller - Add seller 
  GET /sellers-list - List of sellers
  GET /{seller_id} - View seller
  POST /update-seller/{seller_id} - Update seller
  POST /delete-seller/{seller_id} - Delete seller 

Other features to be implemented.

License

Ecommerce-using-Spring-and-Angular is released under the GPL License (refer to the LICENSE file for details).

About

Ecommerce website developed using java spring as a backend, angular as a frontend and MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published