Skip to content

Track your way to success with edutracker 📚✏️

Notifications You must be signed in to change notification settings

SparshJain2000/edutracker

Repository files navigation

Edutracker

Track your way to success with edutracker

Technologies Used -

Back-end : Node JS, Express JS
Database : Mongo DB (Mongoose)
Authentication : Passport JS
Front-end : HTML, EJS, CSS, JS, Semantic UI, Bootstrap
Machine Learning : Python (nltk : tokenizing ; python-pptx : reading pptx file ; numpy)

Installation :

Install python and the following libraries

pip install nltk
pip install numpy
pip install python-pptx

Install Nodejs and Mongo.

Clone the repository

git clone https://github.com/SparshJain2000/edutracker.git

Install node libraries

npm install

Declare environment variables

Create a file .env
MONGO_URI = 'Your mongo url'
SECRET = 'secret for Passport'

Start the server (run app.js file)

node app.js