A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2025-01-19 11:45:53 +01:00
bricktracker Add missing order options for most of the new queries 2025-01-18 23:13:36 +01:00
docs Add a guide on how to migrate database 2025-01-19 11:45:53 +01:00
static Do nothing if the socket is not connected 2025-01-18 18:28:42 +01:00
templates Remove total and unique counters from accordion headers because they are wrong and misleading 2025-01-18 22:23:20 +01:00
__init__.py Massive rewrite 2025-01-17 11:03:00 +01:00
.dockerignore Don't add the documentation to the docker image 2025-01-19 00:26:16 +01:00
.env.sample Precise the static path absolute path 2025-01-18 20:21:49 +01:00
.gitignore Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
app.py Fix app init to work with gunicorn 2025-01-17 14:36:19 +01:00
compose.legacy.yml Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
compose.local.yaml Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
compose.yaml Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
Dockerfile Shave 100MB from the Docker image by not caching and removing some dependencies 2025-01-17 22:51:22 +01:00
entrypoint.sh Fix app init to work with gunicorn 2025-01-17 14:36:19 +01:00
LICENSE Initial commit 2024-02-28 19:58:47 +01:00
README.md Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
requirements.txt Make sure tzdata is included in the dependencies 2025-01-17 23:30:38 +01:00
test-server.sh Massive rewrite 2025-01-17 11:03:00 +01:00

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.

Buy Me A Coffee

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 setup.

Usage

See first steps.

Documentation

Most of the pages should be self explanatory to use. However, you can find more specific documentation in the docs folder.

You can find screenshots of the application in the bricktracker documentation file.