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
- Host: GitHub
- URL: https://github.com/arman2409/chat-app
- Owner: Arman2409
- License: other
- Created: 2022-12-27T19:28:23.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-18T13:47:54.000Z (over 1 year ago)
- Last Synced: 2025-02-14T08:47:42.974Z (4 months ago)
- Topics: nestjs, nextjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 74.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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