From ceb35690bcf2faa0f07baf661ed6a6eeb4027929 Mon Sep 17 00:00:00 2001 From: Ikatono <31714409+Ikatono@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:32:59 -0500 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bcb7f97 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ComiServ + +An educational project to create a comic server in Asp.Net Core and Entity Framework Core. Scans a library folder for comic files, and exposes an API to: + +- Get/Set metadata for any comic file (author, tags, description, etc.) +- Search comics using any metadata +- Track read status for each user +- Serve entire comic files, or individual pages (with optional resizing and re-encoding) +- identify duplicate files in the library + +API is thoroughly documented through Swagger. In progress is a web app that consumes the API and provides a convenient user interface. + +(If this sounds like something you want to run on your machine, you should check out komga: https://github.com/gotson/komga)