From 715a369c1f7dc7688954a13a03379d2bce80cb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bedbur?= Date: Thu, 23 Oct 2025 10:47:58 +0200 Subject: [PATCH] Added Backend (Fullstack) implementation to documentation --- CHANGELOG-Unreleased.md | 9 +-------- docs-website/docs/docs/Sync/Backend.md | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG-Unreleased.md b/CHANGELOG-Unreleased.md index 9d43e2bdd..e38fc7a2e 100644 --- a/CHANGELOG-Unreleased.md +++ b/CHANGELOG-Unreleased.md @@ -8,17 +8,10 @@ ### Fixes -- [LokiJS] Multitab sync issue fix -- [Android] Added linker flag for building with 16kB page alignment -- [TS] make catchError visible to typescript - ### Performance ### Changes -- Updated better-sqlite3 to 11.9.1 - ### Internal -- Updated internal dependencies -- Updated documentation scripts +- Added Backend (Fullstack) implementation to documentation diff --git a/docs-website/docs/docs/Sync/Backend.md b/docs-website/docs/docs/Sync/Backend.md index 3cd06c3c3..6828752c1 100644 --- a/docs-website/docs/docs/Sync/Backend.md +++ b/docs-website/docs/docs/Sync/Backend.md @@ -155,5 +155,6 @@ Note that those are not maintained by WatermelonDB, and we make no endorsements - [How to Build WatermelonDB Sync Backend in Elixir](https://fahri.id/posts/how-to-build-watermelondb-sync-backend-in-elixir/) - [Firemelon](https://github.com/AliAllaf/firemelon) - [Laravel Watermelon](https://github.com/nathanheffley/laravel-watermelon) +- [Fullstack Monorepo with NestJS Backend and Expo Frontend including Authentication](https://github.com/TayhoSolutions/watermelondb-befe) Did you make one? Please contribute a link!