- Clone this repo locally
https://github.com/Parth-ops/WALL-E.git
- Install client dependencies:
cd client
npm i --save
- Install client dependencies:
cd server
npm i --save
- Run the server:
cd server
npm start
- Run the client:
cd client
npm run dev
- Create a MongoDB Atlas cluster and paste the details in the .env file in the server folder.
- Create a Cloudinary account and paste the details in the .env file in the server folder.