Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 486 Bytes

File metadata and controls

20 lines (13 loc) · 486 Bytes

python-docker-dev

A simple Python app for Docker's Python Language Guide.

Setup

  1. Build and start the containers:

    docker-compose up --build
  2. Access the application at http://localhost:5000.

Endpoints

  • /: Returns a welcome message.
  • /widgets: Fetches widgets from the database.
  • /initdb: Initializes the database.

A simple Python app for Docker's Python Language Guide.