Go to file
MET18937 b008d87ec8 WebAPI for database integrity added
Restructure the solution
* The project has been split into the database integration "src/webapi" and the Blazor wasm project "src/y4f".

WebAPI
* API with CRUD capabilities

* The main task of the "WebAPI" project is to access the database data and make it available to the Blazor-WASM project via an API.

* GET example of the allergy table via the file "TestFetchAllergienData.razor", which can be tested via the browser "/TestFetchAllergienData".
2023-05-21 00:50:08 +02:00
src WebAPI for database integrity added 2023-05-21 00:50:08 +02:00
.gitignore gitignore added 2023-01-17 16:25:38 +01:00
LICENSE Initial commit 2023-01-17 15:29:23 +01:00
README.md Initial commit 2023-01-17 15:29:23 +01:00
y4f.sln WebAPI for database integrity added 2023-05-21 00:50:08 +02:00

y4f