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

https://github.com/triyan-salazar/live_chat

Backend de una aplicacion de chats en tiempo real usando NodeJS
https://github.com/triyan-salazar/live_chat

express-session expressjs jwt jwt-authentication mongoose nodejs real-time-chat sequelize sequelize-orm socket-io websockets

Last synced: 3 months ago
JSON representation

Backend de una aplicacion de chats en tiempo real usando NodeJS

Awesome Lists containing this project

README

        

# ~ Live Chat ~

Backend API develoment for chat real time and sign in with nodeJS, which has multiple functions, such as creating group chats, blocking chats, among others features.

## Requeriments

- postgreSQL
- MongoDB
- Postman (Opcional)

## Run Locally

Clone the project

```bash
git clone https://github.com/TRIYAN-SALAZAR/Live_Chat.git
```

Install dependencies

```bash
npm install
```

Start the server in local

```bash
npm run dev
```

Give prettier formatting

```bash
npm run format
```

Check prettier format

```bash
npm run check
```