Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.06 KB

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.