Senior design project, Spring 2015.
This app is best displayed on screen with a minimum resolution of 1280px X 800px; it has not been optimized for mobile!
Check it out at https://kalendr458.herokuapp.com/
To run the application, clone the repository and navigate into it.
-
$ pip install -r requirements.txt (if access errors pop up, you can always sudo, but we recommened you fix the access errors instead of using sudo)
-
$ npm install (you will need Node.js to already be installed on your computer)
-
$ npm install -g bower
-
$ bower install (if you are prompted to choose an angular.js version, we recommend choosing the latest release)
-
$ python manage.py makemigrations
-
$ python manage.py migrate
-
$ python manage.py runserver
If you run into migration issues (circular dependencies etc.), please read below: