The app is hosted at Main url
- to get books use https://dk9490.herokuapp.com/api/books
- to get book by id use https://dk9490.herokuapp.com/api/books/ {book id}
- to create books use https://dk9490.herokuapp.com/api/create_books
- to delete a book use https://dk9490.herokuapp.com/api/delete_book/ {book id}