Skip to content

liqi3333/breast-followup

Repository files navigation

Breast Follow-up System

Web + Windows desktop breast cancer follow-up system with local databases, staging helper, and separate PC/mobile web versions.

简体中文 | English

Latest Release Downloads Build HTML Release HTML

Open Online Open Mobile Web Download HTML

Overview

This repository productizes a single-file HTML breast cancer follow-up system into a deliverable GitHub project:

  • GitHub Pages online usage
  • Windows EXE and standalone HTML download via Releases
  • Automated build + release workflows
  • Separate PC and mobile entry pages
  • Windows desktop local databases with backup and restore

Access

Login / Data storage

  • The online version remains a local-first web app. Users and records are stored in the browser via localStorage.
  • The Windows desktop build creates two local SQLite databases: one for user accounts and one for follow-up records.
  • The desktop app supports one-click backup and restore of those databases.
  • Default admin account: admin / admin123

Quick Start

Use online

Open: https://liqi3333.github.io/breast-followup/

Download standalone HTML

Download the latest HTML from:

Then open the HTML file directly in a browser.

Build locally

npm install
npm run build:html
npm run build:win

Output:

dist/Breast-Followup-System-1.1.0.exe
dist-html/Breast-Followup-System-1.1.0.html
dist-html/Breast-Followup-System-mobile-1.1.0.html

Release automation

  • Push to main: build Windows EXE + PC/mobile HTML and upload workflow artifacts
  • Push tag v*: build and publish the Windows EXE plus standalone HTML assets to GitHub Releases

Notes / Disclaimer

  • This project is for informational and workflow reference only.
  • Do not use it as a substitute for formal clinical decision-making.
  • Do not store real sensitive patient data in a browser demo app.
  • The desktop backup action exports users.db, followups.db, and manifest.json.
  • The desktop restore action overwrites the current local desktop data, so back up first.

About

Desktop and mobile breast cancer follow-up system web app | 乳腺癌随访系统桌面与手机版网页工具

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors