/RunGroop

The world's first online platform for runners (in .NET Core MVC)

Primary LanguageCSS

RunGroops

Rungroops is an online platform for runners. This platform will help you to find clubs, schedule events, and meet other runners in your area.

image

🏃 Getting Started

Youtube video on how to get database setup

  1. Go into directory where you plan on keeping project and run.
  git fork https://github.com/teddysmithdev/RunGroop.git
  1. Create a local database. (If you are unsure how to do this, watch my Youtube video )

  2. Add connection string to app settings.json. It will look something like this:

  Data Source=DESKTOP-EI2TOGP\\SQLEXPRESS;Initial Catalog=RunGroops;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False
  1. Register for a Cloudinary Account (%100 free) and add Cloudname, ApiKey, and Api secret to appsettings.json.