Skip to content

ayo1-olabode/SENG401ChatApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENG401Chat App

App Demonstration

How To Start

To clone and run this example, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository

# Go into the each folder

# Install dependencies
$ npm install on frontend
$ npm install on backend
$ npm install on socket


# Start the app
$ enter the frontend folder and type npm run dev in terminal
$ enter the backend folder and type npm start in terminal
$ enter the socket folder and type npm start in temrinal

# Done
# follow link in frontend terminal that {npm run dev provides}

Server

Make sure you open ports on 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 80.3%
  • Python 12.5%
  • CSS 6.9%
  • HTML 0.3%