A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2024-06-29 16:10:44 +02:00
archive Added archive folder and moved unused files 2024-06-29 16:03:05 +02:00
static More CSS fix 2024-03-04 09:24:13 -05:00
templates Fixed part name cell width 2024-06-19 20:01:36 +02:00
.env.sample Added docker support 2024-06-18 16:46:34 +02:00
.gitignore updated gitignore 2024-06-29 16:10:44 +02:00
app.py Cleanup and fixed return error 2024-06-29 16:03:38 +02:00
compose.yaml Added network to docker compose file 2024-06-29 15:59:55 +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.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

LEGOOrganizer

git clone

cp .env.sample .env

nano .env

change api key and save file

docker compose up -d