Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 552 Bytes

File metadata and controls

33 lines (14 loc) · 552 Bytes

chatbox

app setup

Please follow the steps to run the app in your system-

1-run npm install inside rootdir/backend .

this will install all the dependencies for the backend

2 run npm start in the same dir.

this will start the backend server on port:5000

3- run npm install inside root/chatbox

this will install all the dependencies for the frontend

4- run npm start in the same dir

this will start the front end server on port:3000

note:

you should have node preinstalled

I used express for this project