Sure, here's a single README.md file for setting up the ShareNest project:
ShareNest is a file sharing application built with React and Node.js.
-
Navigate to the client folder:
cd ShareNest/client -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Navigate to the server folder:
cd ShareNest/server -
Create a
.envfile:touch .env
-
Open the
.envfile and add the following:PORT=8000 MONGODB_URI=your_mongodb_uri
Replace
your_mongodb_uriwith your MongoDB URI. -
Install dependencies:
npm install
-
Start the server:
npm start
Now, you should have both the client and server running.
- React
- Node.js
- Express
- MongoDB
- Tailwind CSS
This project was created by Team Harsh.