This is a web-application which hosts a Badge-system, where users can create their own events and badges.
- Vagrant 2.2.3
- Virtualbox 6.0.4
- Clone the repository
- Open up a new powershell window.
- Change directory to the newly cloned project directory.
- Run the command "vagrant up".
- Then the vagrant will run for a while downloading, installing and configuring the system.
- When the installation is finished, you can access the server with "vagrant ssh".
- Go to "/var/webserver/badge_project/badge_project/".
- run "python3 manage.py makemigrations".
- run "python3 manage.py migrate".
- run "python3 manage.py runserver 192.168.50.50:8080".
- When the webserver has started you can then try to open it on your own computer's browser with the address 192.168.50.50:8080.
- User management system, where users can edit most of their user profiles.
- Users can create their own events which other people again can join.
- Activities in these events are displayted in real time on the event page.
- Create your own badges to be earned.
- Delegate badges to people in our event as admin.






