Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luxuereal/talkative_chat_mern-socketio
Chatting website based on MERN stack and socket.io
https://github.com/luxuereal/talkative_chat_mern-socketio
Last synced: 19 days ago
JSON representation
Chatting website based on MERN stack and socket.io
- Host: GitHub
- URL: https://github.com/luxuereal/talkative_chat_mern-socketio
- Owner: luxuereal
- Created: 2023-09-17T00:03:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T12:59:40.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:52:12.891Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk-A-Tive
Talk-a-tive is a Full Stack Chatting App.
Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
## Tech Stack**Client:** React JS
**Server:** Node JS, Express JS
**Database:** Mongo DB
## Run LocallyClone the project
```bash
git clone https://github.com/deverabit/TalkATive_Chat_MERN-SocketIO.git
```Go to the project directory
```bash
cd TalkATive_Chat_MERN-SocketIO
```Install dependencies
```bash
npm install
``````bash
cd frontend/
npm install
```Start the server
```bash
npm run start
```
Start the Client```bash
//open now terminal
cd frontend
npm start
```