I needed to come up to speed on C# and .NET and I decided to follow this FinShark tutorial by Teddy Smith.
Many thanks to teddysmithdev for providing the videos on YouTube.
I have decided to expand on the tutorial in my own way.
- Choosing postgres as the database.
- Spending some time naming things more to my preference.
- Mostly using
record
for the DTOs.