This project is a hands-on walk through of a three-tier web architecture in AWS. We will be manually creating the necessary network, security, app, and database components and configurations in order ...
cp .env.example .env uv venv #or how ever you create your venv #activate venv, OS specific uv pip install -r requirements.txt #uv sync docker compose up -d uv run main.py ...