A platform to handle doubts, queries and FAQs in the absence of professors. Helps manage unanswered doubts through an always-learning ChatBot.
| Tools | Version |
|---|---|
| Node | 12.6.1 |
| Express | 4.17.1 |
| Mongoose | 5.10.5 |
- Fork this repository
- Clone your repository forked from this one
git clone https://github.com/:username/Project-Rektify- Install all
npmlibraries.
npm install- Save following credentials to local
.envin the project folder.
MONGO_URI=example#@uri
EMAIL_ADDR=example#@email
EMAIL_PASS=example#@pass- Run the included development server.
npm run test- You can view the frontend at
localhost:8080/in your browser.
If you found this repo cool and/or useful, please ⭐ the repo. If you want to contribute, go ahead and 🍴 it!