Skip to content

A readingList application powered by googleBooksApi

Notifications You must be signed in to change notification settings

ardalangh/bookList

Repository files navigation

Reading List

A reading list application powered using google books API.

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:

  1. User can search for any books available on Google's database and add it to their reading list. title
  2. User can get more information on individual books. title
  3. User can change their image title

About

A readingList application powered by googleBooksApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published