Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.13 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.13 KB

Project Title

BUZZ CHAT is the chat app in which you can chat with any User who is registered in the User's Database.

Technologies Used:

Setup Project in your system

  • Fork the Repository
  • Clone the Repository in your system using following command -
https://github.com/your_user_name/Buzz-Chat.git
  • Then go to public directory using this command-
cd public
  • Run this command in the terminal -
yarn install
  • Now go to server directory using this command in the root directory-
cd server
  • Run this command in the command in the terminal-
npm install
  • This will install all the required dependencies.

  • Now in the public directory Run the following command in the terminal-

yarn start

This will start the react app.

  • And in the server directory run the following command -
npm start

This will start the server.