This is a simple python app built using FastAPI generating random jokes.
For data layer I've used Piccolo-ORM
-
Make sure you have docker and docker compose.
-
In project directory run:
docker compose build
docker compose up -dTo check how it works, open http://0.0.0.0:80 in your browser.