A web-service exposing freely available information about university majors, courses and individual lectures. Feedback-driven.
Ensure that you have mongodb
service running and node, bower installed. Also you may want to modify config/dev/app.py and/or environment variables to make some initial configuration (prior to issuing the last command). Default port is 8888.
$ git clone [email protected]:LibreKPI/librekpi.git
$ cd librekpi
$ virtualenv -p python3.4 .env
$ npm install
$ . .env/bin/activate
(.env)$ pip install -r requirements.txt
(.env)$ python src/librekpi/app.py
Now you may open http://localhost:8888/ in your browser.