This is a MERN stack Ecommerce App. The frontend is based on ReactJS and the backend is built on top of ExpressJS. The database used in this project is MongoDB.
-
Install all the dependencies of frontend as well as backend.
-
Fill the required information in
./backend/config/config.env.example. (Note: Make sure to use PORT 4000 as your backend PORT.) -
Rename the file to
config.env. -
Start the backend server using
npm startcommand. -
In another terminal, Start the frontend using
npm startcommand in./frontenddirectory. -
Open
localhost:3000in your browser.




