Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anurag-327/chat-app

Chat App built using react, express, socket.io and mongodb
https://github.com/anurag-327/chat-app

nodejs react socket-io tailwindcss

Last synced: 12 days ago
JSON representation

Chat App built using react, express, socket.io and mongodb

Awesome Lists containing this project

README

        

# ChatApp
## Real Time One to One Chat App
- Frontend-React Js
- Backend-Express Js,socket.io
- Database-Mongo DB

### steps to run code
- 1-Clone repo on your local machine
- 2-Start Backend server
- a-**cd api**
- b-**npm i (to install dependencies on your machine)**
- c-**npm run start**
- 3-start frontend vite server
- a- **cd client**
- b- **npm run dev**
- 4-you are good to go

![Screenshot (110)](https://user-images.githubusercontent.com/98267696/216888256-beed5e5a-3f0a-4f89-af99-3f5e4de266c6.png)