ASP.NET Core web app created following this PluralSight tutorial: ASP.NET Core Fundamentals
This demonstrates an ASP.NET Core web app using MVC and Entity Framework. It stores basic data for restaurants in a local database. Gives the ability for the user to login and edit data in the restaurant objects which in turn stores the info in the database.
Main Index Page
Login Required
A Login is required in order to access these pages
Login User
Shows the functionality to handle errors when password is incorrect. Also shows the Login function when password is correct.
Edit an object
Demonstrates the ability to edit an object and store those changes in the database
Create New Object
Can create a new object and store that new object in the database




