Live Demo: https://googleapireadinglist.herokuapp.com/
Technologies Used:
Django The framework is being used to power the backend along with its template system is used to generate HTML dynamically.
Bootstrap v5.0:
API Used: Google Books Api is used for querying book searches.
Requests: HTTP for Humans™ 2.26.0
python-dotenv 0.19.2 is used to load the api key from the env variables
Getting Started:
# AFTER ADDING YOUR GOOGLE API KEY TO THE ENV VARIABLE
# install pipenv if you haven't already
pip install pipenv
# activate the env
pipenv shell
# run the server
python manage.py runserver
Features: