dan-osull / python_cloud_api_demo

Deploy a Python API to the cloud. Code for talk given at Twin Cities Python User Group, May 2024.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for PyMNtos - Twin Cities Python User Group talk "Deploy a Python API to the cloud", May 2024.

At the time of the talk, the API is available at https://cat.osull.com

Local development

Run with VS Code

Using .vscode/launch.json

Build with Docker

docker build --tag python_cloud_api_demo .

Run with Docker on port 8000

docker run -p 8000:80 python_cloud_api_demo

About

Deploy a Python API to the cloud. Code for talk given at Twin Cities Python User Group, May 2024.

License:MIT License


Languages

Language:Python 92.5%Language:Dockerfile 7.5%