Dummy app to use with SRE challenge
This project works with Python 3.12+
- Create a Python virtual environment and activate it
- Install the dependencies:
pip install -r requirements.txt
To test this project just run:
$ pytest tests/Warning
The /image-hasher endpoint will eat about 10G of your RAM!
To run the application just run:
$ PYTHONPATH=$(pwd)/src uvicorn sre.main:appThen just hit http://localhost:8000/docs to see the OpenAPI docs.