Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 758 Bytes

onlineshop

This project has been made to demonstrate a simple ecommerce website using technologies of MERN stack for learning of these technologies and how they interact with each other.

Tech Stack

  1. React js for frontend
  2. Redux for store management
  3. Node with express for backend
  4. MongoDB for database

Objective of the project:

To show a processing of a shopping cart for purchase of goods from an ecommerce site.

Features of the project:

  1. CRUD functionality for items in the shopping cart
  2. Authentication and Authorization
  3. Use of paypal sandbox api for payment.
  4. React-bootrstrap for making webpage responsive.

Things to add in future

  1. Admin panel
  2. Toggling completion of the generated order and updating the stock.