Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 854 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 854 Bytes

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.