This repository contains the code for a real-time chatting website application and chatbot built with Node.js, Express.js, React.js, and Socket.io.
The project is organized into two main folders:
- Backend: Contains the server-side code built with Node.js and Express.js.
- Client: Contains the client-side code built with React.js.
- ChatBot in the landing page
Follow these steps to set up and run the project locally:
- Navigate to the
backendfolder in the terminal. - Make .env file as per .env.example
- Run the following commands:
npm install
node index.js- Navigate to the
clientfolder in the terminal. - Run the following commands:
npm install
npm run start- Aayush Krishnan
- Mechanical Engineering
- IIT Bhilai