A simple Python app for Docker's Python Language Guide.
-
Build and start the containers:
docker-compose up --build
-
Access the application at http://localhost:5000.
/: Returns a welcome message./widgets: Fetches widgets from the database./initdb: Initializes the database.
A simple Python app for Docker's Python Language Guide.