Skip to content

The BakedDelight is a 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.

Notifications You must be signed in to change notification settings

Suhaib-Malik01/BakedDelight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

BakedDelight

Logo

BakedDelight

REST API SERVICE

The BakedDelight is a 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)

Tech Stack

  • JAVA
  • SPRING
  • SPRINGBOOT
  • HIBERNATE
  • MAVEN
  • J.D.B.C
  • MYSQL
  • SWAGGER UI

Dependencies

  • SPRING DATA JPA
  • SPRING BOOT DEVTOOLS
  • SPRING WEB
  • HIBERNATE
  • MYSQL DRIVER
  • VALIDATION
  • LOMBOK
  • SWAGGER UI

Modules

  • User Module
  • Customer Module
  • Product Module
  • Cart Module
  • Order Module
  • Bill Module
  • Exception Handler Module

System Structure

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.

  • Administrator

    • 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
  • User / Customer

    • 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
  • Entity Relationship Diagram

ER

About

The BakedDelight is a 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages