This is MVC project. Technalogies: .NET 7,PostgresSQL Database, Tailwind css. To Run this aplication you need Install .NET 7 , PostgresSQL DB . I recommend running this app in Visual Studio 2022.
Download Links .NET 7 : https://dotnet.microsoft.com/en-us/download/dotnet/7.0 . Postgress Database: https://www.postgresql.org/download/
Migration for Database Open Package Manager Console . Write : add-migration 'some word' . if this successfuly write in Console : update-database . Then run app.