Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.77 KB

File metadata and controls

49 lines (42 loc) · 1.77 KB

Live Chat Web App

- Live Web app made using ReactJS, MongoDB, SocketIO and NodeJS. (Currently in process of deployment)
- Collaborated by Amit Kumar (Profile) and Ankit Sharma (Profile) .
- Tip before moving to next section: unmute audio from the video for best experience.

Video Demo💻

MainTut.mp4

Screenshots📸

  • Registeration new user

-

Login page

-

Choose Avatar

-

Chat entry

-

Communication - feel the dynamic chat experience with emojis.

Steps to Start the App locally🪜

  • 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
    
  • 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!!