https://github.com/robertd/bookshelf-demo
https://github.com/robertd/bookshelf-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertd/bookshelf-demo
- Owner: robertd
- Created: 2015-02-11T05:24:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T05:38:51.000Z (over 11 years ago)
- Last Synced: 2025-03-22T06:01:57.235Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.