This is a simple movie managment web app with persistency realised via ASP.NET Core MVC
Some of the technologies used in the project
- C#/NET
- ASP
- Entity Framework Core
- SQL Server
- REST API
- HTML/CSS
- .NET >= 8.0.401
- Entity Framework Core >= 9.0.0
- Sql Server 2022
- You should have SQL Server running and modify server url, username and password in appsettings.json accordingly
- Build migration:
dotnet ef migrations add InitialCreate- Apply migration to the database:
dotnet ef database updateYou can run the web app by executing dotnet run command in root directory of the project.
export ConnectionStrings__mvcmoviecontext="[ Connection String ]"docker pull warmek/movie-managment-system