This is a Demonstration of the retrieval of data from a webservice, which is stored encrypted in a mariadb.
This data then is displayed in a simple laravel-app.
First create the laravel-container.
cd QuotesDemo
docker\docker-build.cmd
Then start the laravel and a mariadb-container
docker\startup.cmd
If your containers are running, point your browser to (http://localhost:8081).
Please login now with the following credentials name@email.de:password.
After successfull login, you will be directed to a page, where the quotes are displayed.
The Laravel framework is open-sourced software licensed under the MIT license.