REST API SERVICE
The BakedDelight has developed this REST API, which allows Customers to browse the Products, Save them to Cart for future, perform all the basic fundamental CRUD operations like any other Shopping Application and place Orders as per their requirements.
The BakedDelight API also provides User, Admin Validation & Authentication for every operation and simplified Exception Handling for layman's easy understanding.
The API's primary objective is to provide to the Customer ** a Simple & User-Friendly Shopping Experience.**
The API's Services will be used by the two categories of users:
-
Admin (Administrator)
-
User (Customer)
- JAVA
- SPRING
- SPRINGBOOT
- HIBERNATE
- MAVEN
- J.D.B.C
- MYSQL
- SWAGGER UI
- SPRING DATA JPA
- SPRING BOOT DEVTOOLS
- SPRING WEB
- HIBERNATE
- MYSQL DRIVER
- VALIDATION
- LOMBOK
- SWAGGER UI
- User Module
- Customer Module
- Product Module
- Cart Module
- Order Module
- Bill Module
- Exception Handler Module
The REST API allows a Customer to Signup, Login & Browse through the products and add them to Cart wishlist, as well as for the Administrator to View all the Orders, Customers & Products.
Administrator can Add, Update, View, Delete Products from the Database.
-
- Login & Logout
- View all Products
- View all Orders of an User
- View all Customers
- Add New Products into Database
- Remove Products from Database
- Update Products in Database
- Delete Customer from Database
-
- Signup
- Login & Logout
- Update all Personal Details
- View all Products .
- Add Products to Cart
- Update Products Quantity in Cart
- Delete Products from Cart
- Empty Cart
- Add Order
- Cancel Order
- View Orders