Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Locally

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