Talk-a-tive is a Full Stack Chatting App. It utilizes Socket.io for real-time communication and stores user details in encrypted format in a MongoDB Database.
- Client: React JS
- Server: Node JS, Express JS
- Database: MongoDB
-
Clone the project
git clone https://github.com/deathmukh/talk-a-tive
-
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 another terminal window cd frontend npm start
- Authentication