Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ismail-mouyahada/chathose-chat-app
- Owner: Ismail-Mouyahada
- Created: 2023-03-03T08:48:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T20:59:17.000Z (over 1 year ago)
- Last Synced: 2025-01-04T16:53:58.186Z (3 days ago)
- Language: HTML
- Homepage:
- Size: 932 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)