Kurt Brewer, Josh Rucevice, Charlie Shahan, Ethan Webb, Ethan Hensley, Patrick Vergason, Bryson Brandon
This is a microservice that contains game information for Pong
- The application handles HTTP calls in the PongController.cs file in the /Pong/Controllers directory.
- It only handles an HTTP Get call to the path /Pong. So if the application was running locally, you would call http://localhost/Pong.
- This application is deployed alongside the BucStop project with docker compose, see BOBBY Project for more details.
For more documentation on how to run locally and how to set up deployments, see the google docs below: