Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 613 Bytes

RESTful services (Spring boot)

API build for an E-Commerce Application, provides below services for Admin & Customer CRUD operations and also handles authenticted user sessions

Services:

  • Admin

    • Adding products
    • Updating products
    • Deleting products
    • Manage Orders
  • Customer

    • Registering into System
    • Login into Website
    • Updating Address
    • Adding product to Cart
    • Updating/ Deleting the Product
    • Placing the order
  • Technologies:

    • Java 1.8
    • Spring Boot
    • Hibernate with JPA
    • MySQL
    • JWT Token (Session management)
    • PostMan (For testing the web services)