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.
https://talk-a-tive-x1ft.onrender.com/
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Follow the steps below to run this project on your local machine.
Before you begin, make sure you have the following software installed on your system:
-
Clone the project to your local machine using the following command in your VS Code terminal:
git clone https://github.com/ayush-1510/Mern-Chat-App
-
Navigate to the project directory:
cd Mern-Chat-App
-
Install server dependencies:
npm install
-
Now, navigate to the
frontend
directory:cd frontend
-
Install client dependencies:
npm install
-
Start the server by navigating to the
backend
directory:cd backend npm start
-
In a new terminal window, navigate to the
frontend
directory:cd frontend
-
Start the client application:
npm start
The client and server will be up and running, and you can access the application in your web browser.
- Ayush Srivastava
- University: Indian Institute of Technology, Kharagpur
- Department: Chemical Engineering
- GitHub: @ayush-1510