Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
/ librekpi Public archive

A web-service exposing freely available information about university majors, courses and individual lectures. Feedback-driven.

License

Notifications You must be signed in to change notification settings

LibreKPI/librekpi

Repository files navigation

Stories in Ready Gitter

librekpi

A web-service exposing freely available information about university majors, courses and individual lectures. Feedback-driven.

dev

Prerequisites

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.

Execution

$ 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.

About

A web-service exposing freely available information about university majors, courses and individual lectures. Feedback-driven.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published