Created with 6 other student while learning Scrum. Userstories was given by the course instructor. The group chose to write it in Python with Django and a little bit Polymare.
To run the project you need to have Python 3 and Django 1.10, and downloaded the code
Open cmd, navigate to the folder with the downloaded code.
To populate the database
python reset.py
To deploy the webpage
python manage.py runserver
Open a browser and go to http://127.0.0.1:8000/
The login info to the different users are: Bookingsmanager: mona or mikkel Bookingsdirector: daniel Organizer: olav Sound- or light technician: truls, torstein or turid Rigging: roger or ronja Bandmember: bandname (lowercase and _ for space) Bandmanager: bandame and _m
The password is 123qwe123qwe for all of them.