Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.09 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.09 KB

Pick-Up Game Planner

Pick-Up Game Planner, also known as PUG Planner, or PUP is a web application to plan, organize and manage community pick-up game events. The application was designed specifically for soccer, but could easily be expanded to serve a wide variety of sports and activities, including tabletop and e-sports.

There is a recorded demo of the app available: Loom Demo of Pick-UP Game Planner

Build and seed database with test data

From the SQL-Server-Database folder, run the queries 1 and 2 in order to create and seed the database necessary to use application.

To run web-api in development mode

Open the project root in Visual Studio. Launch application with debugging using the keyboard shortcut F5 or without debugging using Ctrl+F5. Both backend services and front-end server will be started and the browser should launch automatically. Navigate to https://localhost:7066/swagger to access the Swagger API tools.