Skip to content

From team [Redacted], formerly from team Better than Bobby

Notifications You must be signed in to change notification settings

Redacted-Team/4350_002_Fall23_BucStop

 
 

Repository files navigation

BucStop

A Team [Redacted] Project

Members:

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

CSCI 4350

Spring 2024, East Tennessee State University

Overview:

This project is a game website made by and for ETSU students. It is a place to put games created by ETSU students. This project also communicates to a microservice with HTTP calls for the game information, the repository is hosted in the links below. BucStop also interacts with this Microservice through an API Gateway whose repository is also listed below. It is deployed with the microservice using docker compose, see the scripts folder for the docker-compose.yml file.

Backlog Information:

Project Plan:

Project Plan Doc link

Project Structure:

To understand the project structure, familiarize yourself with the MVC (Model View Controller) structure. When clicking on a game, a value will be passed to the controller, which will decide which game to load. This is divided between the MVC folders in the main BucStop folder.

  • Bucstop
    • Controllers
      • This folder has the controllers, which allow pages to link together and pass information between them.
    • Models
      • This folder has the basis for the Game class.
    • Views
      • Games
        • This folder has the pages related to games, such as the index page and the default game page.
      • Home
        • This folder contains the main pages used by the site, such as the home page, admin page, and privacy page.
      • Shared
        • This contains other important pages and/or resources that aren't in the other two folders, including the default layout and the error page.
    • wwwroot
      • This folder contains the resources used by the project, including images, the javascript games, the icons, etc.

Associated Repositories

Help

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

About

From team [Redacted], formerly from team Better than Bobby

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.8%
  • JavaScript 27.2%
  • C# 17.6%
  • CSS 3.2%
  • Other 1.2%