/sclng-backend-test-v1

Canvas for Scalingo Technical Test

Primary LanguageGoMIT LicenseMIT

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" }