titowoche30 / api-k8s-exercise

A simple Python API using Postgres and K8S

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-k8s-exercise

A simple Python API using Postgres and K8S.

Local development of the python app

docker run --name postgres-fastapi --rm -d -p 5432:5432 --env POSTGRES_PASSWORD=postgres postgres:13
cd app && uvicorn main:app --host 0.0.0.0 --port 8000

About

A simple Python API using Postgres and K8S


Languages

Language:Python 64.0%Language:HCL 34.5%Language:Dockerfile 1.5%