Skip to content

miam { #miam }

Logo

Install

Install dependencies and setup virtual environment. Requires uv installed.

make install

Run

Launch project using docker compose.

make start

Stop project.

make stop

Dev

Run pre-commit checks over the entire repo.

make pre-commit

Architecture

  • Containerization: Docker Compose
  • Backend: PostgreSQL, FastAPI, SqlAlchemy, Alembic, Python
  • Frontend (vibe-coded): React, TypeScript, Vite, Tailwind CSS, shadcn/ui