A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2025-01-28 14:55:28 +01:00
bricktracker Forgot a version change 2025-01-27 19:49:58 +01:00
docs Updated readme and various docs. Added quickstartguide and env overview. 2025-01-28 14:55:28 +01:00
static Clear the socket when clicking the button 2025-01-25 23:06:00 +01:00
templates Dowloads instructions through a socket 2025-01-25 22:42:59 +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 Fix the default value 2025-01-25 19:02:54 +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 Updated Version to 1.1.1 to match Docker version tag and Release note tag 2025-01-27 19:41:49 +01:00
compose.legacy.yml Updated Version to 1.1.1 to match Docker version tag and Release note tag 2025-01-27 19:41:49 +01:00
compose.local.yaml Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
compose.yaml Updated Version to 1.1.1 to match Docker version tag and Release note tag 2025-01-27 19:41:49 +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.