Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```