An open API service indexing awesome lists of open source software.

https://github.com/robertd/bookshelf-demo


https://github.com/robertd/bookshelf-demo

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

One-to-many demo with bookshelf with hapi-bookshelf-models.
Demo fetches all chapters where title is 'Title' with the related book.

1. `npm install`
2. `npm start`
3. `http://localhost:8000/demo`

Models:
Books -> Chapters

Sqlite3 db already seeded.