A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2024-06-19 17:11:44 +02:00
static More CSS fix 2024-03-04 09:24:13 -05:00
templates Added config button to nav bar 2024-06-19 17:11:21 +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 database scripts and updated rebrickable downloader. Fixed #1 2024-06-19 13:42:28 +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
db.py Added database scripts and updated rebrickable downloader. Fixed #1 2024-06-19 13:42:28 +02:00
Dockerfile Added Gunicorn Docker server (fixed #7) 2024-06-18 17:41:15 +02:00
downloadRB.py Added database scripts and updated rebrickable downloader. Fixed #1 2024-06-19 13:42:28 +02: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
requirements.txt Added python requirements.txt 2024-06-19 17:11:44 +02:00
set_template.json Fixed removing entry if missing is 0 2024-03-04 12:17:19 -05:00

LEGOOrganizer

git clone

cp .env.sample .env

nano .env

change api key and save file

docker compose up -d