Vote on NBA Games to earn points!
Explore the docs »
View Website
·
Report Bug
·
Request Feature
Bandwagon is our web-based application using ASP.NET Core 5 backend API, Entity Framework Core, a SQLite backend database, and a React JS front end client.
Users of the web app are able to create accounts and voice their opinions on who will win NBA games. We provide them with a prediction as insight, and with that they are able to vote. Points are awarded to the user if they voted correctly based on the win percentage of the team they chose.
Points can be used in our shop to redeem a variety of prizes or merchandise.
By participating on Bandwagon, badges are awarded to users based on certain criteria.
A leaderboard is provided to see how other users stack up against them in terms of total points gained.
With all of these utilities, we hope that Bandwagon can become a hub for NBA game predictions.
To get Bandwagon up and running follow these simple steps.
- Clone the repo
git clone https://github.com/RMcCurdy/Bandwagon.git
- Install NPM packages
npm install
- Run the Database
cd backend dotnet run - Run the React.js Frontend
cd reactapp npm start
Robert McCurdy - @robert-mccurdy - robertwmccurdy@gmail.com
Project Link: https://github.com/RMcCurdy/Bandwagon



