A web application for organizing and tracking LEGO sets, parts, and minifigures.
bricktracker | ||
docs | ||
static | ||
templates | ||
__init__.py | ||
.dockerignore | ||
.env.sample | ||
.gitignore | ||
app.py | ||
CHANGELOG.md | ||
compose.legacy.yml | ||
compose.local.yaml | ||
compose.yaml | ||
Dockerfile | ||
entrypoint.sh | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
test-server.sh |
BrickTracker
A web application for organizing and tracking LEGO sets, parts, and minifigures. Uses the Rebrickable API to fetch LEGO data and allows users to track missing pieces and collection status.
Features
- Track multiple LEGO sets with their parts and minifigures
- Mark sets as checked/collected
- Mark minifigures as collected for a set
- Track missing pieces
- View parts inventory across sets
- View minifigures across sets
- Wishlist to keep track of what to buy
Prefered setup: pre-build docker image
Use the provided compose.yaml file.
See Quickstart to get up and running right away.
See Setup for a more setup guide.
Usage
See first steps.
Documentation
Most of the pages should be self explanatory to use. However, you can find more specific documentation in the documentation.
You can find screenshots of the application in the overview documentation file.