Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ChanduDhakad/E-commerece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

REST API for Ecommerce Website.

Dukaan

'Online Shop' an E-commerce REST API built over a span of 2 weeks. The API can perform all the CRUD operation with customer validation at every step.

!eCommercLogo ]()

Project demonstration link- click here

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL
  • Swagger

Modules

  • Login module
  • User Module
  • Admin Module
  • Customer Module
  • Product Module
  • Order Module
  • Payment Module
  • Cart Module
  • Feedback Module
  • Seller Module

ER diagram

Screenshot 2023年02月15日 at 10 41 19 AM

Features

  • CRUD Operation for user.
  • CRUD Operation for product.
  • CRUD Operation for order.
  • CRUD Operation for cart.
  • CRUD Operation for address.

Installation & Run

  • Before running the API server, you should update the database config inside the application.properties file.
  • Update the port number, username and password as per your local database config.
 server.port=8888
 spring.datasource.url=jdbc:mysql://localhost:3306/vaccinescheduler;
 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
 spring.datasource.username=root
 spring.datasource.password=root

API Root Endpoint

http://localhost:8888/

http://localhost:8888/swagger-ui/index.html#/

About

An E-commerce REST API built by myself over a span of 2 weeks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /