Skip navigation

Booklore

Book catalog and library management. Tracks reading lists, metadata, and collections with cover art.

Owner: cznewt

System Graph

graph LR
  system["🖥️ Booklore"]
  
  comp_1["⚙️ Booklore Server"]
  system --> comp_1
  
  comp_2["🌐 Booklore Web Client"]
  system --> comp_2
  
  
  res_1["🗄️ Booklore Database"]
  comp_1 -.-> res_1
  
      

Components

Booklore Server

service production

Book catalog server for managing collections, metadata, and reading lists.

Booklore Web Client

Website production

Web interface for browsing book catalog, managing collections, and tracking reading progress.

Resources

Booklore Database
Database

Database for book catalog metadata, collections, and reading lists.