https://github.com/kaushalag29/chat-website
https://github.com/kaushalag29/chat-website
chat-application nodejs socket-io web-development
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaushalag29/chat-website
- Owner: kaushalag29
- License: mit
- Created: 2019-01-12T15:47:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T15:41:51.000Z (about 4 years ago)
- Last Synced: 2025-02-21T11:27:51.038Z (over 1 year ago)
- Topics: chat-application, nodejs, socket-io, web-development
- Language: JavaScript
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-WebSite
Simple Website Interface For Unknown Users To Chat With Each Other Using Random Nick-Name.
## Requirements
1. Node Js
2. Mongo DB
## Steps To Run The Web App
1. Git-Clone the repository.
2. Go to the directory of cloned repo and run "npm install" command in terminal.
3. Create Mongodb Account At This Link: https://www.mongodb.com/cloud/atlas
4. Learn To Create A Database User And Add Security Features As Required.
5. Enter the Username:Password used for creating the database user in "./js/database.js" file(Specified in file).
6. Run "npm start" command in terminal.
Now Your Website will be running actively at port 4000.Open Your Browser and open the link https://127.0.0.1:4000 and enjoy chatting.