Simple project to explore building a fully testable Node application.
List the available routes:
curl http://localhost:9650/
Create a user:
curl -X POST http://localhost:9650/users -H "Content-Type: application/json" -d '{ "name": "my user" }'
Find a user:
curl http://localhost:9650/users/522e6095ae775c30b6000002