Booksaround,a completely self made project is based on flask. Flask is a microframework of python. Therefore this project gives an insight to flask as well as the practical application of python. The project uses postgresql database system and GOODREADS API.
- One can register and login to the website
- A page will be rendered where user can search any book by its isbn OR title OR author OR the year of publishing
- A list of books matching the search input will appear
- user can go to any of the page and will be directed to the page showing all the information of the book through the GOODREADS API
- Also, user has the accessibility to give rating and review for that book