Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 533 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 533 Bytes

Purpose

This little API has been developed to answer an exercise asked to apply at Engie, see here.

Laurent BRISBOIS (July 2024)

How to build/start/stop the app ?

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

How to run the tests ?

Simply run :

pytest

from the root directory.

Pytest must be installed of course.