Marvel Heroes App

This is an sample app to demonstrate the use of MARVEL's REST API in practice.

How to use this project:

  1. Clone this repo
  2. 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"
  3. Run project with Debug configuration