dfernandez234 / RunGroop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:CSS 40.1%Language:HTML 24.8%Language:JavaScript 18.9%Language:C# 16.1%