diff --git a/COMPLETE_DOCUMENTATION.md b/COMPLETE_DOCUMENTATION.md index 306654d..3b9927c 100644 --- a/COMPLETE_DOCUMENTATION.md +++ b/COMPLETE_DOCUMENTATION.md @@ -10,7 +10,7 @@ Bookmann is a self-hosted ebook management system built with: ## Features -- Ebook library management (CRUD operations) +- Ebook management (CRUD operations) - Reading progress tracking - Responsive web interface - RESTful API (accessible by web, mobile, etc.) @@ -449,7 +449,7 @@ psql -h localhost -p 5432 -U postgres -d ebookdb 2. **Login**: User can login with email or username, receives JWT token 3. **Token Storage**: Frontend stores JWT in localStorage 4. **API Access**: All subsequent API calls include Bearer token -5. **Library Access**: User sees their ebook library with personal reading progress +5. **Library Access**: User sees their ebook collection with personal reading progress 6. **Progress Tracking**: Reading progress is automatically associated with user 7. **Session Management**: User stays logged in across browser sessions 8. **Logout**: User can logout, clearing token and redirecting to login diff --git a/README.md b/README.md index 1403433..c779693 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 📚 Ebook Reader and Library Manager +# 📚 Bookmann -A self-hosted ebook reader and library management system built with Go, PostgreSQL, and Svelte (integrated into a single service) featuring a beautiful Tokyo Night dark theme. +A self-hosted ebook management system built with Go, PostgreSQL, and Svelte (integrated into a single service) featuring a beautiful Tokyo Night dark theme. ## ✨ Features diff --git a/bruno/README.md b/bruno/README.md index 550b8fd..6feec72 100644 --- a/bruno/README.md +++ b/bruno/README.md @@ -1,6 +1,6 @@ -# Bruno API Tests for Ebook Reader +# Bruno API Tests for Bookmann -This directory contains Bruno collection for testing the Ebook Reader API with comprehensive REST documentation. +This directory contains Bruno collection for testing the Bookmann API with comprehensive REST documentation. ## Setup diff --git a/bruno/collection.yml b/bruno/collection.yml index 481de34..6fad735 100644 --- a/bruno/collection.yml +++ b/bruno/collection.yml @@ -1,4 +1,4 @@ version: "1" -name: "Ebook Reader API" +name: "Bookmann API" type: collection items: [] \ No newline at end of file diff --git a/bruno/workspace.yml b/bruno/workspace.yml index e755d59..1d6d461 100644 --- a/bruno/workspace.yml +++ b/bruno/workspace.yml @@ -1,3 +1,3 @@ version: "1" -name: "Ebook Reader API Workspace" +name: "Bookmann API Workspace" type: workspace \ No newline at end of file diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 09c2853..236cf35 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -39,7 +39,7 @@
-

📚 Ebook Reader

+

📚 Bookmann

Your personal digital library

@@ -67,7 +67,7 @@
-

📚 Ebook Reader

+

📚 Bookmann

diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index fd7ef72..f0342ca 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -19,7 +19,7 @@
-

📚 Your Ebook Library

+

📚 Your Bookmann Library

Discover and organize your digital reading collection

diff --git a/frontend/src/routes/login/+page.svelte b/frontend/src/routes/login/+page.svelte index e2ea56c..ee2f100 100644 --- a/frontend/src/routes/login/+page.svelte +++ b/frontend/src/routes/login/+page.svelte @@ -27,7 +27,7 @@ - Login - Ebook Reader + Login - Bookmann
diff --git a/frontend/src/routes/register/+page.svelte b/frontend/src/routes/register/+page.svelte index 0372e68..cbee69c 100644 --- a/frontend/src/routes/register/+page.svelte +++ b/frontend/src/routes/register/+page.svelte @@ -6,7 +6,7 @@ - Register - Ebook Reader + Register - Bookmann