Skip to content

Redacted-Team/4350_002_Fall23_Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

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 returns snake game info to Bucstop

Project Structure:

  • The application handles HTTP calls in the SnakeController.cs file in the /Snake/Controllers directory.
  • It only handles an HTTP Get call to the path /Snake. So if the application was running locally, you would call http://localhost/Snake.
  • 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: