Can anyone recommend any web api projects I can use to practice unit, integration and possibly contract testing? Or perhaps a personal project you don't mind sharing?
Ideally it would have at least a few endpoints, use entity framework, have some validation and generally do some more interesting things than your basic CRUD example. If there were multiple api's (as long as it's not crazy complicated) so I could think about contract testing, even better.
Most of the examples I've found are either too simple or just focus on templating and clean architecture. Maybe I'm looking in the wrong place.
I'm aware I could try to build something myself but I was aiming to replicate a more real world scenario where you might be looking at someone else's code.
Many thanks!
โ04-16-2021 10:23 AM
We are using apiway and beside a few minor bugs it works great so far if this is what you are looking for.
โ04-18-2021 06:36 AM - edited โ04-18-2021 06:43 AM