Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 810 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 810 Bytes

Bookish

A Flask-based reading management application where you can keep track of your reading progress across multiple categories - books you are reading, want to read, and have already read. You can also rate and review the books you have completed, and look at other poeple's reviews on books you want to read.

home page details page

Setup

  • Run pip install -r requirements.txt from the root directory
  • Set the environment variable using set FLASK_APP=project (Windows) or export FLASK_APP=project (Unix)

Start Server

  • Run the command flask run or python -m flask run