Skip to content

Redacted-Team/4350_002_Fall23_Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

A Team Redacted Project

Members:

Kurt Brewer, Josh Rucevice, Charlie Shahan, Ethan Webb, Ethan Hensley, Patrick Vergason, Bryson Brandon

CSCI 4350

Fall 2023, East Tennessee State University

Overview:

This is a microservice that contains game information for Pong

Project Structure:

  • 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.

Help

For more documentation on how to run locally and how to set up deployments, see the google docs below: