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
- Host: GitHub
- URL: https://github.com/triyan-salazar/live_chat
- Owner: TRIYAN-SALAZAR
- Created: 2024-01-29T04:35:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:12:14.000Z (about 1 year ago)
- Last Synced: 2024-03-19T05:23:34.638Z (about 1 year ago)
- Topics: express-session, expressjs, jwt, jwt-authentication, mongoose, nodejs, real-time-chat, sequelize, sequelize-orm, socket-io, websockets
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```