Introduction
Stack
- Python
- FastAPI
- Postgres
How to install
- git
- python
- uv
- docker (k8s?)
Setup
git init
uv init
uv venv
source .venv/bin/activate
python hello.py
Even basic setup says Hello from todo!. It's promissing.
From the beggining we already have a lot of files in a directory. Let's add one more for .gitignore.