refactor: consolidate backend/frontend, remove api/web duplicates

- backend/ kept as canonical, api/ features merged (EBook, ReadingProgress, ReadingSettings)
- frontend/ kept as canonical, web/ pages merged (Library, Reader, AddBook, Auth, Settings)
- Added Dockerfiles for backend/ and frontend/
- Updated docker-compose.yml for consolidated services
- Updated README, package.json workspaces
- api/ and web/ directories removed
This commit is contained in:
Marko (Hermes Implementer)
2026-05-26 02:58:24 +00:00
parent 3b5b301e42
commit 45d16d00ed
55 changed files with 903 additions and 2454 deletions
+3 -6
View File
@@ -3,10 +3,7 @@
"version": "1.0.0",
"private": true,
"workspaces": [
"web"
],
"scripts": {
"dev": "yarn --cwd web dev",
"build": "yarn --cwd web build"
}
"frontend",
"backend"
]
}