- MVC pattern
- EF Core
- CRUD
- Migrations
- Many-to-many relationships
- Identity
- Authentication
- Authorization (Roles)
- N-tier architecture
- Repository and UnitOfWork patterns
- Dependency Injection
> git clone https://github.com/yaroshchuk8/MovieStore.git
> cd .\MovieStore\MovieStore.Web\
If needed, modify connection string in ./MovieStore.Web/appsettings.json according to your SQL Server path
> dotnet ef database update
> dotnet run
Terminal log: Now listening on: http://localhost:port