Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 345 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 345 Bytes

Canvas for Backend Technical Test at Scalingo

Instructions

  • From this canvas, respond to the project which has been communicated to you by our team
  • Feel free to change everything

Execution

docker compose up

Application will be then running on port 5000

Test

$ curl localhost:5000/ping
{ "status": "pong" }