You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once everything has been proven to work, thus after #4 and #6 , we can implement the first real endpoints and models.
We should work with database migrations, and I suggest we drop the minimal api or at the very least move it away from program.cs. Just normal controllers allow more control than minimal apis and does not introduce boilerplate code.
The text was updated successfully, but these errors were encountered:
Once everything has been proven to work, thus after #4 and #6 , we can implement the first real endpoints and models.
We should work with database migrations, and I suggest we drop the minimal api or at the very least move it away from
program.cs
. Just normal controllers allow more control than minimal apis and does not introduce boilerplate code.The text was updated successfully, but these errors were encountered: