diff --git a/README.md b/README.md index a11b878..f915c07 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..2ef57a2 Binary files /dev/null and b/screenshot.jpg differ