https://github.com/namanrox/chat
Chat with anyone in the respective room of Gaming, Coding or Social Media (for entertainment purpose).
https://github.com/namanrox/chat
css expressjs html nodejs reactjs socket-io
Last synced: 3 months ago
JSON representation
Chat with anyone in the respective room of Gaming, Coding or Social Media (for entertainment purpose).
- Host: GitHub
- URL: https://github.com/namanrox/chat
- Owner: namanrox
- License: mit
- Created: 2023-06-02T12:35:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T18:31:51.000Z (over 1 year ago)
- Last Synced: 2025-03-17T19:38:57.458Z (over 1 year ago)
- Topics: css, expressjs, html, nodejs, reactjs, socket-io
- Language: JavaScript
- Homepage: https://chat-basic.vercel.app/
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ba@te
[](https://www.javascript.com/)
[](https://reactjs.org/)
####
Visit [here](https://chat-basic.vercel.app/) to have a look at this website.
## Environmental Setup
- The website is developed in VS Code.
#### How to setup in local environment
- Download and install a code/text editor.
- Recommended -
- Download [VS Code](https://code.visualstudio.com/download)
- Download [Atom](https://atom.io/)
- Download [Node Js and npm(Node package manager)](https://nodejs.org/en/) (npm gets installed by default on downloading Node)
- Clone the repository by running the command:
```
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.

