Project carried out as part of the Web Programming course during my ERASMUS exchange in Bulgaria in the winter semester 2022.
Model-View-Controller Repository
Dependency | Version* |
---|---|
.NET | 6.0 |
ASP.NET MVC | 6.0.10 |
Bootstrap | 5.1.0 |
C# | 10 |
Entity Framework | 6.0.10 |
Font Awesome | 6.2.1 |
jQuery | 3.5.1 |
jQuery Validation | 1.17.0 |
Microsoft jQuery Unobtrusive Validation | 3.2.1 |
* As of the latest commit.
- Download or clone this repository.
- Open the solution in Visual Studio 2022 or higher.
- Select the Web-Programming-Project project.
- Open a Package Manager Console window.
- Select "Web-Programming-Project" for Default Project.
- Run:
update-database
.
This will create the database, apply Entity Framework migrations, and run the Seed
method to populate the database with values for the lookup tables.
This project is licensed under the terms of the GPL-3.0 license.