Skip to content

Full Stack App: Search for books, leave reviews, and see the reviews made by other. (FLask)

Notifications You must be signed in to change notification settings

syadallah/Books-review

Repository files navigation

Book Review

book review website. Users will be able to register for website and then log in using their username and password.
Once they log in, they will be able to search for books, leave reviews for individual books, and see the reviews made by other people.
This application used a third-party API by Goodreads, another book review website, to pull in ratings from a broader audience.
Finally, users will be able to query for book details and book reviews programmatically via website’s API.

images

Image description

Image description

List of technologies used:

Python
Flask
postgresql
Jinja2
Heroku
Adminer

Install all dependencies

$ pip install -r requirements.txt

ENV Variables

$ export FLASK_APP = application.py # flask run
$ export DATABASE_URL = Heroku Postgres DB URI
$ export GOODREADS_KEY = Goodreads API Key. # More info: https://www.goodreads.com/api

About

Full Stack App: Search for books, leave reviews, and see the reviews made by other. (FLask)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published