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.
- Run
pip install -r requirements.txt
from the root directory - Set the environment variable using
set FLASK_APP=project
(Windows) orexport FLASK_APP=project
(Unix)
- Run the command
flask run
orpython -m flask run