https://github.com/gamitej/whatsapp-clone-backend
WhatsApp Clone Backend server In Nodejs
https://github.com/gamitej/whatsapp-clone-backend
express helmet http jsonwebtoken mongodb mongoose morgan nodejs socket-io swagger
Last synced: about 9 hours ago
JSON representation
WhatsApp Clone Backend server In Nodejs
- Host: GitHub
- URL: https://github.com/gamitej/whatsapp-clone-backend
- Owner: gamitej
- Created: 2023-08-17T04:25:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T13:41:12.000Z (over 2 years ago)
- Last Synced: 2025-03-13T21:33:12.550Z (about 1 year ago)
- Topics: express, helmet, http, jsonwebtoken, mongodb, mongoose, morgan, nodejs, socket-io, swagger
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WhatsApp Clone Backend Server
1. socket.io
2. express
3. morgan
4. helmet
5. jsonwebtoken
## Run setup
1. Install dependencies
```
npm install
```
2. To run the server
```
npm run dev
```
### Swagger Api-Doc [Link](http://localhost:3000/api-docs/#/)
This link will be available when server is running