Let's see how many schools are closing in Greece due to the pandemic.
poetry install
poetry run hypercorn run:app
Returns an array (list) with schools in JSON
Searches for the right school and returns the results
Check if the API works, should return the following:
{
"message": "hi"
}