This is an Ecommerce project built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.
-
Open your terminal and navigate to the
backend
folder of this project. -
Run the following command to install the required dependencies:
npm install
-
Once the isntallation is complete, start the backend server using the following command dependencies:
npm start
-
This will run the backend server on the specified port
-
Now navigate to the frontend folder of the project and run the following command
npm install
-
After the dependencies are installed, start the frontend server with the follwoing command:
npm start
Once both the backend and frontend servers are running, you can access the Ecommerce project in your browser by visiting http://localhost:3000 or the specified port for the frontend server.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Contributions are always welcome!