This project downloads data about a story from the Marvel Api. It saves a text file with a description and the marvel attribution text as well as the images for the featured characters in the story in a folder in the project root.
The console app is built using the following technologies:
- .NET 6.0
- xUnit
- Clone the repo
git clone https://github.com/JohanThestrup/Comics.git
- Go to the project folder
cd <PathToTheRepo>/Comics
- Build the project
dotnet build
- Go to the net6.0 folder
cd <PathToTheRepo>/Comics/bin/Debug/net6.0
- Execute the .exe
./Comics.exe
The resulting data is saved in the same folder where "comics.exe" is run.