This repository has been archived on 2026-07-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Marko (Hermes Implementer) 74fdae61db Resolve merge conflicts for PR #25: customizable mobile reading experience
- Backend: Replace PR's Book-only models with main's full models
  (EBook, BookChapter, DownloadRecord, ReadingProgress, ReadingSettings)
- Backend: Add reader app (ReadingSettings model, serializer, view, URL)
- Frontend: Port reader feature files from web/ to frontend/ (api, hooks,
  components/reader/, pages/ReadingPage, types/reader, reader.css)
- Frontend: Add /read/:id route to App.tsx for chapter-based reading view
- All imports adjusted for frontend/src directory structure
2026-05-29 05:53:14 +00:00
2026-05-26 00:50:06 +00:00
2026-05-26 00:50:06 +00:00
2026-05-26 00:50:06 +00:00

Cloud Reader

A full-stack cloud-based e-book reader application with cross-device synchronization.

Architecture

  • Backend: Django 5.x + Django REST Framework
  • Frontend: React with TypeScript
  • Database: PostgreSQL
  • Monorepo: Yarn workspaces

Getting Started

Prerequisites

  • Python 3.12+
  • Node.js 20+
  • PostgreSQL 15+

Backend Setup

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Frontend Setup

cd frontend
yarn install
yarn dev

Projects

See Gitea Issues for the full roadmap.

S
Description
No description provided
Readme
6.9 MiB
Languages
TypeScript 67.4%
Python 25%
CSS 7.2%
JavaScript 0.2%
Dockerfile 0.1%