Chefs and Dishes App
Features
EF Core in an ASP.NET MVC web app
Photo provided by: Unsplash
Login and Registration
User authentication and authorization, Login and Logout.
Validations
- Ensures required fields are not empty.
- Chefs must be 18 years old or older to register.
Crud Functionality
- Create a new dish/chef
- Read chefs/dishes
- Update chefs/dishes
- Delete chefs/dishes
One-to-Many Relationship
Chef and Dishes entity where there can be many dishes
made by one chef.