FamilyNido — a self-hosted PWA for a single household: shared calendar, chores, meals, school agenda, health records and a family wall. One instance per family, deployable with `docker compose` on any home server. Stack: .NET 10 (ASP.NET Core Minimal APIs) + EF Core 10 + PostgreSQL 16 on the backend, Angular 21 (standalone, signals, zoneless) + Tailwind CSS v4 on the frontend, SignalR for realtime, optional OIDC alongside local credentials, integration via a versioned `/api/v1/**` public API. See README.md for the module overview and how to deploy.
25 lines
805 B
Markdown
25 lines
805 B
Markdown
<!--
|
|
Thanks for opening a PR! Quick checklist before submitting:
|
|
|
|
- Non-trivial changes should have a linked issue discussing scope first.
|
|
- Match the existing code style (.editorconfig + Angular CLI schematics).
|
|
- API changes need at least one integration test under tests/FamilyNido.Tests/.
|
|
- UI changes should be verified in a browser before submitting.
|
|
- Keep the change focused on one concern.
|
|
-->
|
|
|
|
## Summary
|
|
|
|
<!-- 1-2 sentences describing what changes and why. -->
|
|
|
|
## Linked issue
|
|
|
|
<!-- e.g. Closes #42, or "none — trivial fix". -->
|
|
|
|
## How was this tested?
|
|
|
|
<!-- "Ran dotnet test", "Played with the new flow in a browser using the demo seed", "Added X integration test", … -->
|
|
|
|
## Screenshots / clips (UI changes only)
|
|
|
|
<!-- Drop one or two before/after captures. Scrub real family data. -->
|