Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 701 Bytes

eLibrarian

Build Status

  Keep track of what you reading.

Purpose

  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 structure (elibrarian-app)

  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.