This is an sample app to demonstrate the use of MARVEL's REST API in practice.
How to use this project:
- Clone this repo
- Insert your MARVEL api keys in secrets.json with dotnet commands above
dotnet user-secrets init
dotnet user-secrets set "PublicKey" "TH3K3Y"
dotnet user-secrets set "PrivateKey" "TH3K3Y"
- Run project with Debug configuration