Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ismail-mouyahada/chathose-chat-app

Nodejs practical work Websockets , Refactor, mongodb
https://github.com/ismail-mouyahada/chathose-chat-app

Last synced: 3 days ago
JSON representation

Nodejs practical work Websockets , Refactor, mongodb

Awesome Lists containing this project

README

        

# TD-nodejs


#To lunch the project , please follow the comming steps:

```
git clone https://github.com/Ismail-Mouyahada/TD-nodejs-project.git
cd TD-nodejs-project/backend
```
```
npm install
```
# runing the server
to run the backend
```
nodemon server.js
```
run the front-end on the port "5500" using your visual studio code
or install serve package " npm install serve"
```
cd TD-nodejs-project/backend
npm install
npm install serve

serve -s ./ --port=5500
```

![image](https://user-images.githubusercontent.com/66369128/222790833-53f32d95-87be-4789-8b58-06ffa1698406.png)