There are 2 containers:
- backend: Django rest + sqlite
- frontend: Vue3
$ make up - run both backend and frontend
Vite serves frontend to host (address is given after container start)
Backend is on localhost:8000
$ make down - removes containers and either images