cd www && npm install
docker-compose up -d
(Wait for build)
docker-compose exec api python manage.py makemigrations
docker-compose exec api python manage.py migrate
docker-compose exec api python manage.py loaddata events persons
The package.json controls which vue module will be used while the settings.py decides which django app will be used.
Visit http://localhost:8000/myevents/
Visit http://localhost:8080/