Keep track of what you reading.
Application intended for users who read books and want to keep track of currently reading books, keeping track books planned to read and statistics about already read books.
Project consists of flask application, which implements and serves the REST API for operating with the library. These basic parts implemented as blueprints:
- main - core features.
- api - REST API.
- webui - Web interface, which will consume API.