https://github.com/velascoandres/react-chat
react-chat is a chat application built with react and nestjs. It uses jwt for handling authentification for users and websockets.
https://github.com/velascoandres/react-chat
chat-application jwt nestjs reactjs socket-io typescript
Last synced: 3 months ago
JSON representation
react-chat is a chat application built with react and nestjs. It uses jwt for handling authentification for users and websockets.
- Host: GitHub
- URL: https://github.com/velascoandres/react-chat
- Owner: velascoandres
- Created: 2021-07-07T23:09:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T06:33:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T12:42:18.037Z (over 1 year ago)
- Topics: chat-application, jwt, nestjs, reactjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 863 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Chat app
## Frontend App (client-folder)
Just install the dependencies and start the app:
```text
npm i
npm run start
```
## Backend (server folder)
If you have docker installed on your machine just
run the `docker-compose` file to setup the following images:
* Mongodb
* Redis
```text
docker-compose up -d
```
Install the dependencies
```text
npm i
```
Run the server on development mode
```text
npm run start:dev
```
### Screenshots
