0% found this document useful (0 votes)
7 views2 pages

Rest API

The document outlines the components of a software application including the model, Entity Framework Core (Efcore), DbContext with registration in program.cs, and an empty API Controller. It also mentions the implementation of endpoints for post, get, and delete operations. Overall, it serves as a guide for setting up a basic API structure.

Uploaded by

8tfh02q47
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Rest API

The document outlines the components of a software application including the model, Entity Framework Core (Efcore), DbContext with registration in program.cs, and an empty API Controller. It also mentions the implementation of endpoints for post, get, and delete operations. Overall, it serves as a guide for setting up a basic API structure.

Uploaded by

8tfh02q47
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1) Model

2) Efcore
3) DbContext (+ registrace v [Link])
4) Controller (API Controller – EMPTY)

a.
5) Endpoints post get delete
a.

You might also like