Real-time Chat Application with Nest.js, React.js and Socket.io

Jordan Assayah

chat-app-exo

In order to start the project please apply the following commands:

Setup

Enter the frontend folder and install dependencies

cd frontend && yarn

Enter the backend folder and install dependencies

cd backend && yarn

Create a docker container for mongodb

cd database && docker compose up -d

Run the project

For the frontend
cd frontend && yarn dev
For the backend
cd backend && yarn dev
Like this project

Posted Jul 17, 2023

Contribute to JordanAssayah/chat-app-exo development by creating an account on GitHub.

React Native app for checking events
React Native app for checking events
Next.js Interface for IoT
Next.js Interface for IoT