Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjayng125/mern-chat-app
A simple Chat App Using MERN | Socket.io | JWT
https://github.com/sanjayng125/mern-chat-app
chat-application jwt mern responsive socket-io
Last synced: about 2 months ago
JSON representation
A simple Chat App Using MERN | Socket.io | JWT
- Host: GitHub
- URL: https://github.com/sanjayng125/mern-chat-app
- Owner: Sanjayng125
- Created: 2024-02-26T12:26:27.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-28T15:36:20.000Z (5 months ago)
- Last Synced: 2024-07-28T16:57:37.624Z (5 months ago)
- Topics: chat-application, jwt, mern, responsive, socket-io
- Language: JavaScript
- Homepage: https://mern-chat-app-uw8w.onrender.com/sign-in
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App || MERN || Socket.io || JWT
# JWT LOGIN
![Screenshot (27)](https://github.com/Sanjayng125/MERN-chat-app/assets/106653066/68be9a75-8458-4f1f-90b2-5a2ac0206ed4)# Real Time Chatting
![Screenshot (23)](https://github.com/Sanjayng125/MERN-chat-app/assets/106653066/135bf7c1-d721-4a66-ab51-41c24989fae6)# Responsive
![Screenshot (25)](https://github.com/Sanjayng125/MERN-chat-app/assets/106653066/86e97851-6ec3-4255-840c-53f4a69b1355)
![Screenshot (24)](https://github.com/Sanjayng125/MERN-chat-app/assets/106653066/2752e695-f779-4439-844b-06bbbba97083)
![Screenshot (26)](https://github.com/Sanjayng125/MERN-chat-app/assets/106653066/e3a70a04-4561-41d8-9974-ad2886accdff)# .ENV
PORT =
MONGO_URL =
JWT_SECRET =
Client side
VITE_FIREBASE_API =# Build & start
npm run build
npm run dev