Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.47 KB

TDD Demo - Software Crafters Lyon 2021 - Scala

Build Status

Live coding examples used during Software Crafters Lyon Meetup may 2021:

For a bit of theory, see 🇫🇷 De CRUD à DDD, comment Meetic a sauvé son legacy

For PHP examples, see https://github.com/JMLamodiere/tdd-demo-forumphp2020

Makefile

Run make or make help to see available commands.

Test environment

Pre-requisites :

Run tests with:

make test

API documentation

Example :

curl -i -X POST "https://virtserver.swaggerhub.com/JMLamodiere/tdd-demo-swcraftlyon-2021/1.0.0/runningsessions" -H  "accept: application/json" -H  "Content-Type: application/json" -d "{\"distance\":5.5,\"shoes\":\"Adadis Turbo2\"}"