-
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
Kuhreez/goodDeeds
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- JavaScript 93.5%
- CSS 4.7%
- HTML 1.5%
- SCSS 0.3%