This little API has been developed to answer an exercise asked to apply at Engie, see here.
Laurent BRISBOIS (July 2024)
From the root directory of the project, run :
$ docker compose up --build -d
to both build/run the app.
To stop the app, use :
$ docker compose stop
Simply run :
pytest
from the root directory.
Pytest must be installed of course.