Skip to content

Kuhreez/goodDeeds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goodDeeds

  • How to host front & backend

    • Have two terminals opened
    • Change directory to both folders in the terminal
    • Frontend (http://localhost:3000)
      • "npm install"
      • "npm start"
    • Backend (http://localhost:5000)
      • "npm install"
      • "nodemon (or node) index.js"
  • Currently you can only chat with yourself, until we deploy it

  • You can test the chat app by opening two browsers/tabs

    • enter the same room "name/number" to be in the same chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.5%
  • CSS 4.7%
  • HTML 1.5%
  • SCSS 0.3%