A book review platform built on Flask and Postgresql.
This project is a part of Hardvardx course --> Web Programming with Python and Javascript.
Features:
- Build on top of Flask Framework(lightweight framework).
- Using Postgresql for data storage(Using joins and mapping strategies).
- Rest APi usage to fetch book details from Goodreads website.
- Responsive user interface built using Bootstrap 4.
- Login functionality without using existing libraries.
- User custom comment for a particular book.
- Working with csv and storing the data in db,