0.1.0 • Published 8 years ago

bouchon-samples v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

bouchon-samples

A set of API made with bouchon, useful for mocks and tests.

Installation

npm install bouchon-samples

# a simple list of articles
npm run start:1

# a list of articles + author with filtered and extended data examples
npm run start:2

# a restful example (GET, POST, PATCH, PUT, DELETE)
npm run start:3

# backend actions in action! (actions dispatched in the future to simulate an external process)
npm run start:4

# a combined library API (using `combineFixtures` to nest data)
npm run start:5