Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Website (MERN Stack)

Overview

This is an e-commerce website built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides a platform for users to browse, search, and purchase products. The application includes features such as product listings, user authentication, shopping cart functionality, and more.

Features

  • Product Listings: View a variety of products with details such as name, price, and category.
  • User Authentication: Register and login to access personalized features.
  • Shopping Cart: Add products to the cart and manage your shopping list.

Technologies Used

  • Frontend:

    • React.js for the user interface.
  • Backend:

    • Node.js and Express.js for server-side logic.
    • MongoDB for data storage.
    • JWT for user authentication.

Setup

  1. Clone the repository:
  git clone https://github.com/Aakash-Rajbhar/E-Commerce.git
  1. Change the directory
   cd E-Commerce
  1. Change the directory to frontend and install packages
 cd frontend
 npm install
  1. Change the directory to backend and install packages
 cd ../backend
 npm install
  1. Change the directory to admin and install packages
   cd ../admin
   npm install
  1. Change the directory to backend end start the server
cd ../backend
node index.js
  1. Now start the project from the frontend
   cd ../frontend
   npm run start
  

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages