Update README, add screenshot

This commit is contained in:
2023-05-28 15:48:52 +05:30
parent fe253b8646
commit 19b46d1697
2 changed files with 14 additions and 13 deletions

View File

@@ -1,20 +1,21 @@
# About
Built using axum, sea-orm, meilisearch for backend and sycamore-rs, tailwind-css for frontend
Code is in a very rough state with huge files, no comments, unprofiled right now
Code is in a pretty terrible 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
![Booksman UI](/screenshot.jpg?raw=true "Booksman UI")
TODO
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
ISBN - mass fill - different format
# TODO Ideas
GoogleID, Excerpt, Publishers
GoogleAPI fallback
Table view
CSV
Generic collections other than books
* 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