A Prosperous Universe stats web app.
- Clone the project
- Create the DB by running the migrations in the
PRUNStatsCommon
project.- The design-time DbContext factory takes its' connection string from the first argument, e.g.:
dotnet ef database update -- "INSERT YOUR CONNECTION STRING HERE"
- The design-time DbContext factory takes its' connection string from the first argument, e.g.:
- Populate the DB by fetching data from the FIO API
- Configure the connection string "StatsContext" by using your own UserSecrets file or by using environment variables
- If needed, also overwrite the "FIOAPIURL" setting
- Finally, run PRUNStatsSynchronizer.exe
- Overwrite the connection string for the StatsContext in PRUNStatsApp, again by using either your own UserSecrets file or by using environment variables