- Users can register and create their own profiles.
- Users can view profiles of other users as well as follow/unfollow them.
- On following a User you will be able to see the activity of that user(online/offline status).
- On following a user a new Conversation is opened between the two users where they will be able to communicate in real time.
- run
npm install
to install all the dependencies from the main folder and also inside the client folder. - Start the Server with
npm start
command. - Start the Client by going into the client folder and using the
npm start
command. - After starting, open the http://localhost:3000/ URL in your browser where you can find the application.