Skip to content

Track your way to success with edutracker 📚✏️

Notifications You must be signed in to change notification settings

osama-hosni/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

About

Track your way to success with edutracker 📚✏️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.1%
  • CSS 31.5%
  • SCSS 11.7%
  • EJS 8.7%
  • HTML 0.9%
  • Python 0.1%