Skip to content

Jacobs-University/Real-time-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time-Chat-Application

Final Project for Human Computer Interaction 2021.

Submited by: Ashray Adhikari

Real-time Chat Application using Node.js and MongoDB.

File Structure:

.  
|--- models  
|--- node_modules  
|--- public
    |--- css
    |--- js
|--- route
|--- views

Prerequisite

You need to have MongoDB installed

Running the Project

Start MongoDB

For linux users:

sudo service mongod start

Installing the npm packages

npm install

Starting the project

npm start

The Application runs in http://localhost:3000/

Launch muliple application in different browser windows or tabs.

About

Final Project for Human Computer Interaction 2021.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published