An open API service indexing awesome lists of open source software.

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

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.