This is a Flask+PostgreSQL example web application for deplying on Heroku., This appliation can add and retrieve book details Deployed project is, https://books-example.herokuapp.com/
https://books-example.herokuapp.com/getall
(for id=1)
https://books-example.herokuapp.com/get/1
(for name=Twilight, author=Stephenie Meyer, published=2006)
https://books-example.herokuapp.com/add?name=Twilight&author=Stephenie Meyer&published=2006