Add to readme
This commit is contained in:
16
README.md
16
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
|
### 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
|
## Prerequisites
|
||||||
|
|
||||||
- [.NET SDK](https://dotnet.microsoft.com/download) (project targets `net10.0`)
|
- [.NET SDK](https://dotnet.microsoft.com/download) (project targets `net10.0`)
|
||||||
|
|||||||
Reference in New Issue
Block a user