22 lines
922 B
Markdown
22 lines
922 B
Markdown
# About
|
|
|
|
Code is in a very rough state with huge files, no comments, unprofiled right now
|
|
|
|
* Maintain catalogue of books for different users
|
|
* Get metadata from OpenLibrary APIs
|
|
* Search powered by meilisearch
|
|
* Responsive UI
|
|
|
|

|
|
|
|
Built using [axum](https://github.com/tokio-rs/axum), [sea-orm](https://github.com/SeaQL/sea-orm), [meilisearch](https://github.com/meilisearch/meilisearch) for backend and [sycamore-rs](https://github.com/sycamore-rs/sycamore), [tailwind-css](https://github.com/tailwindlabs/tailwindcss) for frontend
|
|
|
|
# TODO Ideas
|
|
|
|
* Better automation & UI to handle multiple ISBNs inserted at once
|
|
* Include other fields such as GoogleID, Excerpt, Publishers
|
|
* Fallback to other APIs in case data isn't available on OpenLibrary
|
|
* Table view of data along with existing card view
|
|
* CSV export/import of data
|
|
* Generic collection manager other than books
|