Skip to content

dragon-loop/DragonLoop

Repository files navigation

Dragon Loop

ASP .NET Core CI Build images and redeploy

Setup

  1. Download Postgres
  2. Clone this repo to your local machine
  3. Run the scripts located in the DragonLoopDatabase repository to set up your local Postgres database
    • routes.sql
    • buses.sql
    • stops.sql
    • schedules.sql
    • route_segments.sql
  4. Use the Dotnet Secret Manager to set PgConnectionString in the DragonLoopAPI project
    • cd DragonLoopAPI
    • dotnet user-secrets set "PgConnectionString" "Server=127.0.0.1;Port=5432;User Id=postgres;Password=password;Database=postgres;"
  5. Run DragonLoopAPI and DragonLoopApp.Android/DragonLoopApp.iOS/DragonLoopWeb in Visual Studio

About

An end to end application to track Drexel University's shuttle system

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •