A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2025-01-31 20:57:06 +01:00
bricktracker Fix admin status error 2025-01-31 20:57:06 +01:00
docs Rename checkboxes (too generic) to status (and some bug fixes) 2025-01-31 20:57:06 +01:00
static Rename solo and attribute to value and metadata in grid filter 2025-01-31 20:57:06 +01:00
templates Rename solo and attribute to value and metadata in grid filter 2025-01-31 20:57:06 +01:00
__init__.py Massive rewrite 2025-01-17 11:03:00 +01:00
.dockerignore Incremental forward upgrades of the database 2025-01-20 17:43:15 +01:00
.env.sample Deduplicated parts and missing parts 2025-01-31 20:57:06 +01:00
.gitignore Ignore static "minifigures" folder from compose.yaml 2025-01-24 10:26:25 +01:00
app.py Create the app outside of the global context of app.py to avoid any interference 2025-01-21 11:26:42 +01:00
CHANGELOG.md Update versions and changelog 2025-01-31 20:57:06 +01:00
compose.legacy.yml Update container versions 2025-01-31 20:57:06 +01:00
compose.local.yaml Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
compose.yaml Update container versions 2025-01-31 20:57:06 +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 Create the app outside of the global context of app.py to avoid any interference 2025-01-21 11:26:42 +01:00
LICENSE Initial commit 2024-02-28 19:58:47 +01:00
README.md Updated readme and various docs. Added quickstartguide and env overview. 2025-01-28 14:55:28 +01:00
requirements.txt Added bs4 to requirements.txt 2025-01-22 22:59:45 +01:00
test-server.sh Reword unsetting external variables to avoid confusion on what it does 2025-01-24 12:32:57 +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 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.