(clone this repository)
This workshop will guide you through the process of containerizing a CRUD web application that allows users to add, update, and delete "students" in a PostgreSQL database. Students have a name and belong to one of four houses: Gryffindor, Slytherin, Hufflepuff, or Ravenclaw.
The only requirements to complete this workshop are:
- Git
- Docker Desktop (includes Docker, Docker Compose)
- IDE (e.g. IntelliJ, VSCode)