GTRouteApp is an web application project made with ASP Net Core and Blazor framework. This project contains GTRoad, the fan-made website where motorsport racing video games fans could find information about iconic race tracks or circuits featured on Gran Turismo series.
GTRoad does not affliated with Sony Interactive Entertainment Inc. and Polyphony Digital. This website is fan-made project and was created as the way to appreciate original race tracks from Gran Turismo series.
to be added at later time
Before you can build and run this project, you have to create 2 files for application setting and put these files inside src/wwwroot folder:
- appsettings.json
- appsettings.Development.json
This repo does not provide appsettings files by default because it's not ideal to expose many sensitive key informations to public. However, you can find the example on appsettings-template.json inside src/Miscellaneous folder.