This project was born with the idea of creating a Tier list of the plot arcs of the anime "Gintama", (taking advantage of the fact that I am rewatching the series).
For this I need to do 4 things:
- Obtain the info of all the plot arcs (quickly and easily).
- Save them in a database or Json file.
- Get that data from a Rest API.
- And finally create a client web application that consumes said API, with which you can make the Tier list.
- Install .NET 5 SDK and MySQL Server to run.
- Clone the repository.
- Open a terminal and navigate to the root project folder.
- Edit the file called
user-db-config.jsonwith your MySQL credentials. - Now run
dotnet buildto compile the project. - Finally run
dotnet run --project GintamaArcsScrapperto run the app.
Created by @retaLazyCodes - feel free to contact me!