MERN Stack E commerce App Source Code
This project was built using React JS, Node JS, Express, and MongoDB, this is an e-commerce app.
The project is divided into two sections :
- The backend where all the database operations happen, registering new users, logging, fetching products & categories, this section was built using Node js, Express, and MongoDB.
- The frontend where the users can browse products by category add products to the cart update, remove from the cart checkout, and pay orders.
How to use
Create a new database in MongoDB add the connection credentials get the link and update the file 'config.js' inside the backend folder start the server and enjoy.