Projects

Practice Task №1 – Implement a POC to migrate the PHP-Todo app into a containerized application.

Download php-todo repository from here

The project below will challenge you a little bit, but the experience there is very valuable for future projects.

Part 1
  1. Write a Dockerfile for the TODO app
  2. Run both database and app on your laptop Docker Engine
  3. Access the application from the browser
Part 2
  1. Create an account in Learn More