A minimalist movie watchlist to keep track of films you want to see. Built with FastAPI, SQLite, and Tailwind CSS. This project is fully "dockerized" for easy deployment.
- Backend: Python 3.11 + FastAPI
- Frontend: Jinja2 Template + Tailwind CSS (via CDN)
- Database: SQLite (persisted in
movies.db) - Dockerized: Docker & Docker Compose
The simplest way to run the application is using Docker Compose:
docker compose up -d --buildThe application will then be available at:
http://localhost:8080 or if u have proxy http://<proxy>:8080
