Repo restructuring

This commit is contained in:
Aaron Po
2026-01-26 19:52:27 -05:00
parent 084f68da7a
commit 45f64f613d
402 changed files with 1 additions and 65 deletions

View File

@@ -2,7 +2,7 @@
## Overview
The Biergarten App is evolving from a standalone fullstack Next.js application into a multiproject monorepo with a dedicated .NET backend and a SQLfirst approach. Backend data access is being refactored to use stored procedures, with future microservices planned for image upload, mapping, and possibly authentication. The Next.js site remains the frontend and will consume the .NET API.
The Biergarten App is evolving from a standalone fullstack Next.js application into a multiproject monorepo with a dedicated .NET backend and a SQLfirst approach. Backend data access is being refactored to use stored procedures. The Next.js site remains the frontend and will consume the .NET API.
Status note (Jan 26, 2026): Migration is in progress; some parts are still being moved from the website into the .NET layers.