# Containerisation * Run project containers with ```docker-compose up``` (to pull without build: comment out build keys, otherwise docker-compose will try to build the image) * Access Web Application Frontend via localhost:4200 * Access Web Application Backend if necessary via localhost:8000