Quiz app for itDAGENE. Segregated from the main project since 2014.
- Virtualenv
- bower
- Grunt
- PostgreSQL
$ git clone https://github.com/itdagene-ntnu/quiz.git
$ cd quiz
$ virtualenv venv
$ source venv/bin/activate
$ make setup
Before you do this step, you should have a look at the
quiz/settings/local.py.example
file to ensure that the database settings correspond with your local setup.
If everything went according to plan, you can now start the development server
with make run
.