Welcome to the ShopSlur repository!
ShopSlur is an application designed for buying and selling various products online. It's constructed using React for the front end and Node.js for the backend.
-
Open a terminal, navigate to the client directory:
cd ShopSlur/client
-
Install required dependencies:
npm install
-
Start the client-side server:
npm start
-
Before starting the backend, ensure to add your MongoDB Atlas connection string in
ShopSlur/server/db.js
. -
Open a terminal, go to the server directory:
cd ShopSlur/server
-
Install necessary dependencies:
npm install
-
Run the backend server:
nodemon index.js
Contributions are welcome to enhance this project. Feel free to fork, make modifications, and submit pull requests. Your support will help evolve this application for better online commerce experiences.
- React
- Node.js
- Express
- MongoDB
Let's collaborate and create an outstanding shopping experience using the MERN stack!
#ShopSlur #MERNStack #React #Node #OnlineCommerce #Contribute