Skip to content

sushantkrishnan/edutracker

Repository files navigation

Edutracker

Track your way to success with edutracker

Technologies Used -

Back-end : Node JS, Express JS, EJS tempelate engines
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 modules

npm install

Declare environment variables

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

Start the server (run app.js file)

node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors