/simple-bookshelf-api

Bookshelf API using Hapi.js.

Primary LanguageJavaScript

Bookshelf API

APIs:

  • Get books:
    • All books
    • By name
    • By finished category
    • By reading category
  • Add new book
  • Update book
  • Delete book

Additional notes:

  • Implemented Single-responsiblity Principle. I guess... 🤨
  • Eslint implemetation