Skip to content

michal-tom/SportClubsChallenges

Repository files navigation

SportClubsChallenges

SportClubsChallenges is web application to define sport challenges based on activities from Strava clubs.

Application build using Blazor with .NET Core 3.x and stored on Azure.

To set up application you'll need to edit configuration files as follows:

  1. commonsettings.json
{
	"SportClubsChallengeAzureFunctionsUrl": "APP_AZURE_FUNCTIONS_URL",
	"StravaClientId": "YOUR_STRAVA_CLIENT_ID", 
	"StravaClientSecret": "YOUR_STRAVA_CLIENT_SECRET",
}
  1. connectionstrings.json
{
  "ConnectionStrings": {
    "SportClubsChallengesDbConnString": "DB_CONNECTIONSTRING",
    "SportClubsChallengeStorage": "APP_AZURE_STORAGE_ADDRESS"
  }
}

Strava Client Id and Secret can be configured here: https://www.strava.com/settings/api

Frameworks and components used to build application:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published