ChatBot
- Uses React Js for UI
- Backend using NodeJs
- MongoDB for database
- Socket.io for realtime communication
- CSS - styled components
- Responsive
- Once you have downloaded or cloned this repository, run
npm install
inside both the directories. - Change the mongoDB url in server.
- To run server code, open terminal in your IDE and run
npm run start
. - To run client code, open terminal in your IDE and run
npm run dev
.
Happy Coding :)