chetak123 / my-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Demo

https://talk-a-tive.herokuapp.com/

Run Locally

Clone the project

  git clone https://github.com/chetak123/react-chat-app

Go to the project directory

  cd mern-chat-app

Install dependencies

  npm install
  cd frontend/
  npm install

Start the server

  npm run start

Start the Client

  //open now terminal
  cd frontend
  npm start

About


Languages

Language:JavaScript 91.9%Language:HTML 6.8%Language:CSS 1.1%Language:Shell 0.2%