Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 978 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 978 Bytes

Rektify

A platform to handle doubts, queries and FAQs in the absence of professors. Helps manage unanswered doubts through an always-learning ChatBot.

Built Using

Tools Version
Node 12.6.1
Express 4.17.1
Mongoose 5.10.5

Getting Started

  • Fork this repository
  • Clone your repository forked from this one
git clone https://github.com/:username/Project-Rektify
  • Install all npm libraries.
npm install
  • Save following credentials to local .env in 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!