node express based API
git clone https://github.com/jolaya182/QFrame.git
In src folder:
node server.js
GET /request
Returns all books
POST /request
body: title: <string>
Returns book with requested title
POST /insert
body: title: <string>
Adds a books with given title
DELETE /request
body: id: <int>
Deletes book with provided id