Personal project where I tried learning python and flask by creating an webpage that hosts as a appstore were you can download these apps or suggest new ones
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python3 get-pip.py
- sudo apt install python3.10-venv
- python3 -m venv teaenv
- source teaenv/bin/activate
- pip install -r requirements.txt
- python3 run.py
- python -m pytest -v
- python -m pytest tests/unit # Run unit tests
- python -m pytest --last-failed # Run last failed tests