Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyanshii1511/concordia---a-real-time-chat-application
A full stack real time chat app made using MERN Stack.
https://github.com/priyanshii1511/concordia---a-real-time-chat-application
expressjs full-stack jwt-authentication mern-stack mongodb mongoose nodejs postman react reacthottoast reacticons reactrouterdom real-time socket-io
Last synced: 5 days ago
JSON representation
A full stack real time chat app made using MERN Stack.
- Host: GitHub
- URL: https://github.com/priyanshii1511/concordia---a-real-time-chat-application
- Owner: Priyanshii1511
- Created: 2024-06-08T15:37:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:06:48.000Z (3 months ago)
- Last Synced: 2024-08-25T12:34:36.214Z (3 months ago)
- Topics: expressjs, full-stack, jwt-authentication, mern-stack, mongodb, mongoose, nodejs, postman, react, reacthottoast, reacticons, reactrouterdom, real-time, socket-io
- Language: JavaScript
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Concordia is a full stack real time chat application made using React, Node.js, Tailwind CSS, DaisyUI, JWT, Socket.io and MongoDB.
Live app is here: https://concordia-sl4f.onrender.com/
## Features:
1. Login/Signup along with JWT authentication.
2. Real time communication with Socket.io.
3. Online status of users.
4. Search a conversation.
5. iOS notification sound.
6. Avatar and Emoji for each user.
The .env contains:
```
PORT
MONGO_DB_URI
JWT_SECRET
NODE_ENV
```
To build the app:
```
npm run build
```
To run the app:
```
npm start
```