A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2024-06-18 17:41:15 +02:00
static More CSS fix 2024-03-04 09:24:13 -05:00
templates Fixed an issue where part id would be different and then not count total missing parts correctly 2024-04-26 17:04:10 +02:00
.env.sample Added docker support 2024-06-18 16:46:34 +02:00
.gitignore Updated gitignore 2024-06-18 16:29:11 +02:00
app.py Added Gunicorn Docker server (fixed #7) 2024-06-18 17:41:15 +02:00
compose.yaml Added docker support 2024-06-18 16:46:34 +02:00
database.py Added download of color csv 2024-04-26 16:42:40 +02:00
Dockerfile Added Gunicorn Docker server (fixed #7) 2024-06-18 17:41:15 +02:00
index.html Initial Upload 2024-02-28 20:08:30 +01:00
lego.py First working copy using sqlite3 2024-04-16 21:43:30 +02:00
lego.sh Added download of color csv 2024-04-26 16:42:40 +02:00
LICENSE Initial commit 2024-02-28 19:58:47 +01:00
README.md Added docker support 2024-06-18 16:46:34 +02:00
set_template.json Fixed removing entry if missing is 0 2024-03-04 12:17:19 -05:00
tmp Added tmp 2024-05-12 09:02:46 +02:00

LEGOOrganizer

git clone

cp .env.sample .env

nano .env

change api key and save file

docker compose up -d