This is just a pet project showing how to dockerize a development environment including frontend and backend.
Backend is a Ruby sinatra endpoint Frontend is a Quiz made with VueJS
Just ensure that you have Docker and docker-compose
and run in your terminal:
make build
make up