Getting started
Create a new project
$ yarn global add @puro/cli$ puro create-project <targetDir>$ cp config/params.json.dist config/params.json$ yarn migrate
$ yarn start$ curl \
-X POST \
-H 'Content-Type: application/json' \
-d '{ "title": "Title 1", "description": "Description 1" }' \
--fail \
http://127.0.0.1:8080/api/books
Last updated
Was this helpful?