Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anurag-327/chat-app
- Owner: anurag-327
- Created: 2023-02-06T05:03:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T09:53:18.000Z (about 2 years ago)
- Last Synced: 2024-12-03T02:11:39.548Z (2 months ago)
- Topics: nodejs, react, socket-io, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)