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

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

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