This project is an ASP.NET Core MVC application that displays the number of gold, silver, bronze, and total medals won by athletes from various countries. The home page displays countries with the number of each medal sorted by number of gold first. There are four tables; medals, athletes, sports and countries. To view the data for them you need to login. Each has a index, add, edit and delete page.
To Make an Acount
- Click the profile icon on the bottom of the home page
- Go to register to make an acount
To Seed the Database
- Open the Database in SQL Server Management Studio
- Make a new Query
- Copy and past the content in the Olympic Medalist Board.sql under OlympicMedalistBoard.DAL into the Query
- Execute the Query
Click here to see the Demo deployed on Azure.