Make sure you have installed Docker Desktop. If you don't, follow the Get Started with Docker.
git clone git@github.com:marcusvbda/book-webapp.git
cd book-webapp
make build
All done! Everything should work with a single command.
The application will be available at:
You only need to build containers once. After that you can just start them.
make build
For command details, refer to the makefile
in the application root.