This is a coding challenge mvp and not a real product.
- Docker
- Vue3
- Vuetify
- Javascript
- HTML
Docker is used for development environment. We use docker compose to start everything you need to run the project.
- If not already done, install Docker Desktop.
- Backend must be installed to work.
- Run
docker compose up -d
in the project's directory to build the container and start all services. - The site will be accessible on http://localhost:8000/. You must not have anything else running on that port. Wait a few seconds for Vuetify to load, you may have to refresh the page.
- Have fun!