A small Flask app for browsing an Albion item catalog, filtering items, and building an order cart.
- Search and filter by item name / id
- Tier, slot, and material filters
- Add items to a cart and submit an order
The website currently reads from items_t8_plus_filtered.txt.
- Create a virtual environment
python -m venv .venv - Activate it and install dependencies
pip install -r requirements.txt - Run the app
python app.py
The site will be available at http://127.0.0.1:5000/