this is a replica with the actual stock and products in the real SOM heidimarket!
I used @mahad's api to get the list of items and their properties (like price and image) and Flask as the framework.
- Up-to-date items
- Real images
- A UI that is actually responsive!!! (heidimarket is not D:)
- Region selector with prices accurate to your region
- A shop selector that allows you to see the regular SOM shop without leaving orpheusmarket
- A buy link that's functional if you already have heidmarket acess
- A cool UI with no horizontal scrolling for you mobile users!
You can test it out at orpheus.olive.hackclub.app
OR
You can setup a Flask development server by
- Creating a virtual environment
python3 -m venv venv - Activating it
Windows:
venv\Scripts\activateLinux/MacOS:source venv/bin/activate - Installing dependencies
pip install -r requirements.txt - Running Flask
flask --app app runYou can now access it at the location that Flask provides! (i.e. localhost:5000)