platform/example/README.md

5 lines
132 B
Markdown
Raw Normal View History

2019-03-29 01:10:16 +00:00
Command:
```bash
curl -X POST -d '@example/data.json' -H 'content-type: application/json' http://localhost:3000/api/todos; echo
```