This repository a server of snail race results.
It's used for the snail race kata used to learn Adapter Contract Testing.
Each time a race ends, the results is available on the results url
curl localhost:8000/results- Install dependencies
npm install - Build application
npm run build- Start server locally
npm run dev