There's a design doc at this level (Design.md), and everything else is in either book-search-fastapi or book-search-ui.
- To run, the UI first needs to be built, which should work with a simple
npm installfollowed bynpm run buildas discussed inbook-search-ui/README.md. - Following that, follow the directions in
book-search-fastapi/README.mdto actually run the code.