Skip to content
/ chat Public

Chat with anyone in the respective room of Gaming, Coding or Social Media (for entertainment purpose).

License

Notifications You must be signed in to change notification settings

namanrox/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ba@te

Language Framework

Visit here to have a look at this website.

Environmental Setup

  • The website is developed in VS Code.

How to setup in local environment

git clone https://github.com/namanrox/chat.git

in your GitBash or terminal of VS Code.

Front-End

  • Run the command cd FE
  • Run npm install to install all the dependencies.
  • Run npm start to start it on localhost:3000.
  • Now you are set to use it locally.
  • But in order to make it your own, change all the dependencies to your name.

Back-End

  • Run the command cd BE
  • Run npm install cors express socket.io to install all the required dependencies.
  • Go to package.json file and add the script "start": "nodemon index.js" inside scripts.
  • Run npm start to start the backend server.
  • Check for App started at port {provider} to know whether the port is connected properly or not with the front-end.
  • Now you are set to use it locally.

home

chat room

About

Chat with anyone in the respective room of Gaming, Coding or Social Media (for entertainment purpose).

Topics

Resources

License

Stars

Watchers

Forks