Bookcase is a flask based web application which uses SQLite, Bootstrap and Google Books API. Users that have registered have the able to keep a list of the books they have read. Users can also search for books, see its information and comment on any book.
$ git clone https://github.com/fmbxnary/flask-bookcase.git
You may need to enter your Google Books Api key:
bookcase.py > GOOGLE_API
$ python -m venv venv
$ venv/Scripts/activate
$ pip install -r requirements.txt
$ flask init-db
$ export FLASK_APP=bookcase
$ export FLASK_DEBUG=1
>_ flask init-db
>_ set FLASK_APP=bookcase
>_ set FLASK_DEBUG=1
$ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)