Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 394 Bytes

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