In order to run the app:
- install python > 3.11
- specify OPEN_API_KEY in
.envfile - install requirements by running
pip install -r requirements.txt - to start the service run
python main.py - service will be running on localhost:8080
In order to run tests, in the main folder run:
PYTHONPATH=. python -m unittest discover -s tests -p "test_*.py"