This repository contains the application used in kmom03 in the course "Information Security with Web Applications" (DV1616).
To run the application, the user needs to have Docker installed.
To start the application, navigate to the application folder and run:
docker-compose up -d
Once running, you can access the database with: mysql:host=itsec-anax-db; or by browsing to http://localhost:8081/ to access an instance of Adminer.
The default login is root/example but can be changed at line 14 in docker-compose.yml.
The application will not load without the basic categories and these can be added by running sql/restore.sql either via docker exec or by using Adminer.
The website can be accessed by browsing to http://localhost:8082/ in your preferred browser.
The database container is using a consistent volume.
Original work done by Niklas Andersson (AuroraBTH) and Magnus Greiff (MagnusGreiff), now maintained by the dbwebb-team.