- Collaborated by Amit Kumar (Profile) and Ankit Sharma (Profile) .
- Tip before moving to next section: unmute audio from the video for best experience.
MainTut.mp4
-
Install the Public Dependencies
- make sure you are in public directory.
- run following command
npm install
-
Install the Server Dependencies
- make sure you are in Server directory.
- run following command
npm install
- make sure you are in Server directory.
-
In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.
-
Run server by running following command (before this, make sure you are in
server
directory)npm start
-
Run application by running following command (before this, make sure you are in
public
directory )npm start
-
Happy Chatting!!