This project uses goodreads.com API's and display books details listed on their website. data related to the website is stored in postgresql database server on heroku.
step 1: Pull the repository in your system
step 2: Install Python
step 3: Run the following command in console,
> pip install -r requirements.txt
It'll automatically install all the dependencies in your system
step 4: cd into the project directory
step 5: run the command in console
> python app.py
step 6: enjoy:)