A FAQ Chatbot for Hacktoberfest participants.
- Run
git clone https://github.com/aniketrochwani/faqchatbot.git
- Run
cd faqchatbot/
- Run
npm install
- Run
npm start
- go to
localhost: 3000
in your browser (Client) - go to
localhost: 3000/admin
in your browser (Admin)