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

https://github.com/arman2409/chat-app

Chat app
https://github.com/arman2409/chat-app

nestjs nextjs socket-io typescript

Last synced: 2 months ago
JSON representation

Chat app

Awesome Lists containing this project

README

        

# Chat App

## Stack
The project was developed with TypeScipt, Next.js and Nest.js were used accordingly for frontend and backend, MongoDB for database, Socket.IO was used for messaging, Prisma for connecting to database, etc.

## Configuration
You can find configuration variables in /frontend/configs/configs.ts file for frontend and /backend/.env file for backend.You can find the version of the application on the package.json file of the root dircetory.

## Run project locally
First of all you will need install the dependencies for both
/frontend and /backend directions with command

>>> npm install

Than you will need to run frontend in development mode with command

>>> npm run dev

And run backend in development mode with command

>>> npm run dev