Springboot-Web-Services icon indicating copy to clipboard operation
Springboot-Web-Services copied to clipboard

Web Service Developed using Spring Boot and JPA which provides all the CRUD operations required for the E-Commerce Application

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)