Skip to content

maryeleanor/bookreviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookreads

Project 1 for CS50 Web Programming with Python and JavaScript


This is a bookclub web app built with python, flask and PostgreSQL to search for and review books. The database contains 5,000 books to search through, and the ratings and number of reviews are pulled in from the Goodreads API.

Users can also access our book details via a custom API. If users make a GET request to the website’s /api/ route, where is a 10 digi ISBN number, we return a JSON response containing the book’s title, author, publication date, ISBN number, review count, and average score.

Check it out on heroku here.