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

laurent-brisbois/powerplant-coding-challenge

 
 

Repository files navigation

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.

About

Challenge for applicants that desire to join our team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Dockerfile 3.6%