Skip to content

An Online Shopping Application API where Users can register/login, add/explore products, add to cart/update and can place order

Notifications You must be signed in to change notification settings

nitish906/Shoping_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Shoping_Application

An Online Shopping Application API where Users can register/login, add/explore products, add to cart/update and can place order.

Entity Relationship Diagram

ER Diagram

Functionalities

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

Backend Work

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

Installation and Run

  • You can clone this repo and start the serve on localhost
  • Before running the API server, we should update the database config inside the application.properties file.
  • Update the port number, username and password as per our local database config.
    • server.port=8888
    • spring.datasource.url=jdbc:mysql://localhost:3306/shoppingdb
    • spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    • spring.datasource.username=root
    • spring.datasource.password=YourPassword
    • spring.jpa.hibernate.ddl-auto=update

Tech Stacks

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

Team-Members

  • @Nitish Kumar

Backend

Swagger UI

SwaggerUI

Customer-Controller

SwaggerUI

User-Controller

SwaggerUI

Product-Controller

SwaggerUI

Cart-Controller

SwaggerUI

Order-Controller

SwaggerUI

Thank You for your Presence

SwaggerUI

About

An Online Shopping Application API where Users can register/login, add/explore products, add to cart/update and can place order

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages