Skip to content

Dev-Mriganka/REST-API-Ecommerce-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👜 A simple RESTful API for Purchases Product

A RESTful e-commerce API built with RJava, Spring Boot, and Hibernate. This API allows for CRUD operations on products, orders, and customers

Admin Features

Feature Coded? Description
Add a Product Ability of Add a Product on the System
List Products Ability of List Products
Edit a Product Ability of Edit a Product
Delete a Product Ability of Delete a Product
Stock Ability of Update the Stock
Stock History Ability to see the Stock History
Dashboard Ability to see the All Activity

Customer Features

Feature Coded? Description
Signup Ability of Register himself
login Ability of login from his account
Add Item Ability of add a new Item on the Cart
Remove a Item Ability of Remove a Ite

Tech Stack

My Skills

image

Team Members

1. Mriganka Mondal(Team Lead)

2. Sushank Mandal

3. Rohan Mourya

4. Rohit Kumar

5. Jitendra Choudhary

6. Faiz Ansari

7. Shivam Moudgil

How To Run Our Project In Your Machine


STEPS

1 : clone our Project into your machine Locally.
      - open any terminal
      -git clone [(https://github.com/Dev-Mriganka/REST-API-Ecommerce-Site.git)]

2 : Open Your STS

3 : Goto File -> Import -> Select Maven -> Choose Existing Maven -> click on browse -> choose the project location -> select the project -> finish

4 : Hooray..! you are now able run our project in your local machine .

THANK YOU