Very Simple blog web apps using django 3.2 and postgres (multi tier web apps with docker container)
Requires Docker and Docker Compose to run.
Build image with compose, install the dependencies, Migrate database, and the server is up.
$ mkdir testing
$ cd testing/
$ git clone https://github.com/fhmlsml/simple-blog.git
$ docker-compose up -d
open browser and go to localhost:8000
or 127.0.0.1:8000