Database migration tool, deduplication of sets data, customizable checkboxes #44

Merged
FrederikBaerentsen merged 51 commits from gregoo/BrickTracker:master into master 2025-01-24 19:12:12 +01:00
Showing only changes of commit 89fe0646a0 - Show all commits

View File

@ -4,14 +4,26 @@
> The following page is based on version `1.0.0` of BrickTracker.
The application is written in Python version 3.
It uses:
It uses the following Python/pip packages:
- `flask` (Web framework)
- `flask_socketio` (Socket.IO: Websocket library for real-time client-server communication)
- `flask-login` (Lightweight Flask authentication library)
- `humanize` (Unit and datetime conversion)
- `sqlite3` (Light database management system)
- `rebrick` API (Library to interact with the Rebrickable.com API)
It also uses the following libraries and frameworks:
- Boostrap (https://getbootstrap.com/)
- `baguettebox` (https://github.com/feimosi/baguetteBox.js)
- `tinysort` (https://github.com/Sjeiti/TinySort)
- `sortable` (https://github.com/tofsjonas/sortable)
- `simple-datatables` (https://github.com/fiduswriter/simple-datatables)
The BrickTracker brick logo is part of the Small n' Flat Icons set designed by [Arnaud Chesne](https://iconduck.com/designers/arnaud-chesne).
## Running a local debug instance
You can use the [compose.local.yaml](../compose.local.yaml) file to build and run an instance with debug enabled and on a different port (`3334`).