7 Commits

Author SHA1 Message Date
KS Jannette
6f9a07798f axd-few-ref1274 2026-08-04 20:15:40 -04:00
88a8fdd14a Update README.md 2026-08-03 08:33:08 +00:00
0abba4c493 Update README.md 2026-08-03 08:32:30 +00:00
c6ad7c620f Update README.md 2026-08-03 08:32:13 +00:00
d55a006a40 Update README.md 2026-08-03 08:27:25 +00:00
fc7e2b7c2a Update README.md 2026-08-03 08:26:08 +00:00
691eae13fb Update README.md 2026-08-03 08:25:49 +00:00
2 changed files with 7 additions and 8 deletions

View File

@@ -1,19 +1,18 @@
# React-Dotnet Frewaork Sekelon
# React-Dotnet Framework
Once upon a time, people maintinaed "skeleton" repos they could clone to quickly jumpstart new projects. Why? It was quick, free and it worked.
### A. Always. B. Be. C. Cognitivaly TokenWoxxxening
### A. Always. B. Be. C. Consciously TokenWoxxxening
### This is a full-stask project jumpstarter with:
### This is a full-stask project jumpstarter with:git status
### .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.
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
@@ -36,7 +35,7 @@ Skeleton endpoints:
- `GET /health` — liveness check, exempt from rate limiting
- `GET /v1/info` — app name, version, environment, and server timestamp
- `GET|POST /v1/users`, `GET|PUT|DELETE /v1/users/{id}` — placeholder CRUD over the
in-memory repository
in-memory repository
Requests are rate limited per client IP using the `RateLimiting` section of
`appsettings.json`, and allowed CORS origins come from the `Cors` section. Storage is

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB