3. Iniial Build
We scaffold up the project we’ll be using throughout the rest of the book and put it under version control with Git.
We scaffold up the project we’ll be using throughout the rest of the book and put it under version control with Git.
This iteration we’ll set up a basic data layer comprising: a single data model, a DbContext and a PostgreSQL database running in Docker.
We add our first controller and discuss REST principles as well as the differences between minimal and controller based APIs.