Skip to content

Developed this REST API for an Online Shopping Application. This API performs all the fundamental CRUD operations of any Online Shopping Application platform with user validation at every step. The system provides a range of essential functionalities to enhance the user experience when interacting with the platform's e-commerce services.

Notifications You must be signed in to change notification settings

Abideshverma/ONLINE_SHOPPING_REST_API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Online Shopping Application

Developed this REST API for an Online Shopping Application. This API performs all the fundamental CRUD operations of any Online Shopping Application platform with user validation at every step. The system provides a range of essential functionalities to enhance the user experience when interacting with the platform's e-commerce services.

Entity Relationship Diagram

  • Loding please wait

Functionalities

  • User can register/login
  • See all products
  • Find products by category
  • Add to cart/edit into the cart
  • Place Order

Backend Work

  • Proper Exception Handling *Proper Input Validation
  • Data Stored in the database(mySQL)
  • User Authentication of signUp and Login

Tech Stacks

  • Java Core
  • Spring Data JPA
  • Hibernate
  • MySQL
  • Spring Boot

Installation and Run

  • Update the port number, username and password as per our local database config.
  • server.port=8080
  • spring.datasource.url=jdbc:mysql://localhost:3306/DatabaseName
  • spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  • spring.datasource.username=root
  • spring.datasource.password=YourPassword
  • spring.jpa.hibernate.ddl-auto=update

Team-Members

  • Utkarsh Keshari
  • Rajesh Biswas
  • Abidesh Kumar
  • Tejas Vilas Medade
  • Sumedh Ambhore

Thank You

About

Developed this REST API for an Online Shopping Application. This API performs all the fundamental CRUD operations of any Online Shopping Application platform with user validation at every step. The system provides a range of essential functionalities to enhance the user experience when interacting with the platform's e-commerce services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%