Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 438 Bytes

File metadata and controls

17 lines (13 loc) · 438 Bytes

Libri

Libri is a simple library management system built with <3 for 42 Wolfsburg.

Features

  • Book overview with search
  • Adding books by scanning codes
  • Borrowing, returning and commenting

Development

Tech Stack

  • Backend: Python + FastAPI + SQLAlchemy
  • Frontend: TypeScript + React + Tailwind

Running

To run for development use docker compose up --build --watch.

Dockerfile builds a single production container.