- Git clone this repo.
- Create .env file (using .env.example) :
- insert your
- mongodb URL,
- email id and password (for sending emails)
- insert your
- Install all dependencies :
- For client :
-
cd client && npm i
-
- For server :
-
cd server && npm i
-
- For client :
- To run client :
-
cd client && npm start
-
- To run server :
-
cd server && npm start
-