FEAT-buildout-endpoints #2

Merged
kjannette merged 2 commits from FEAT-buildout-endpoints into master 2026-08-03 08:24:33 +00:00
Showing only changes of commit ae77420753 - Show all commits

View File

@@ -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`)