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
From the SQL-Server-Database folder, run the queries 1 and 2 in order to create and seed the database necessary to use application.
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.