Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purejoymind/vidly-dotnetcore
Movie rental ASP.NET Core MVC application
https://github.com/purejoymind/vidly-dotnetcore
asp-net-core csharp efcore entity-framework-core mssql mssqlserver mvc sql-server
Last synced: about 1 month ago
JSON representation
Movie rental ASP.NET Core MVC application
- Host: GitHub
- URL: https://github.com/purejoymind/vidly-dotnetcore
- Owner: PureJoyMind
- Created: 2023-05-04T13:23:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-27T11:06:20.000Z (over 1 year ago)
- Last Synced: 2024-10-15T16:21:52.634Z (3 months ago)
- Topics: asp-net-core, csharp, efcore, entity-framework-core, mssql, mssqlserver, mvc, sql-server
- Language: CSS
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vidly
Movie rental ASP.NET Core MVC application made in mosh hamedani's asp.net framework course.
This is an educational project made to understand and learn ASP.NET Core concepts and implementation.
The course was old and using a deprecated framework so I learnt .NET Core and Entity Framework Core and applied it to the project myself.
His course was just a roadmap to show me which topics to study next and also tought some real world project perspective to me.# Features
* CRUD oprations in MVC
* Web APIs to send data to view in .NET core
* Authentication and Authorization of users
* Different roles in a system with access levels
* Connection to the database using ***Code First*** approach with Entity Framework Core