cd www && npm installdocker-compose up -d(Wait for build)
docker-compose exec api python manage.py makemigrationsdocker-compose exec api python manage.py migratedocker-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/