From ae774207532086cb673c4679e58b7e027e6a05b0 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Mon, 3 Aug 2026 04:24:03 -0400 Subject: [PATCH] Add to readme --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b7a4fd..4fd4054 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ -# react-dotnet +# React-Dotnet Frewaork Sekelon -### A minimal monorepo skeleton - full-stask project jumpstarter with: +Once upon a time, people maintinaed "skeleton" repos they could clone to quickly jumpstart new projects. Why? It was quick, free and it worked. -### NET backend +### A. Always. B. Be. C. Cognitivaly TokenWoxxxening + +### This is a full-stask project jumpstarter with: + +### .NET backend ### React/Vite frontend +# .Net + Five CRUD endpoints return correct status codes: + + 201 with a proper Location header + 400 on invalid email, 409 on duplicate, 204 then 404 on delete), 150 requests to /v1/info yielded exactly 100 successes and the rest 429, and 40 requests to /health all returned 200 while that window was exhausted. + ## Prerequisites - [.NET SDK](https://dotnet.microsoft.com/download) (project targets `net10.0`)