Skip to content

Rest API for E-Commerce Site where user can perform cart, order, billing and admin dashboard operations.

Notifications You must be signed in to change notification settings

prayagp8/bestChoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API for Ecommerce Website.

  • We have developed this REST API for an Ecommerce Website. This API performs all the fundamental CRUD operations of any Ecommerce Website. platform with user validation at every step.

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • MySQL
  • Postman

Modules

  • Login, Logout Module
  • User Module
  • Admin Module

Features

  • CRUD Operation for user.
  • CRUD Operation for product.
  • CRUD Operation for order.
  • CRUD Operation for cart.
  • CRUD Operation for address.
  • Bill Generation
  • Order Management

ER Diagram

Coding

Run Locally

Clone the project

  git clone https://github.com/prayagp8/bestChoice.git

Go to the project resources

  src/main/resources and change the MySQL credentials.

Run the main file

  src/main/java/com/tj/BestChoiceApplication.java

Start the server

  http://localhost:3306/swagger-ui/#/

About

Rest API for E-Commerce Site where user can perform cart, order, billing and admin dashboard operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages