ParKing: That one application that helps you find a free parking space in the big city.
In order to build or develop you'll need docker and docker compose installed.
$ docker-compose -f docker-compose.dev.yml up
$ docker-compose -f docker-compose.prod.yml up
$ docker exec parking_vue-app_1 /bin/sh -c yarn run test:unit
$ docker exec parking_vue-app_1 /bin/sh -c yarn run lint