Asp.Net Core CRUD Operations using Admin Template.
Required SDK: .Net Core 2.2
How to run:
- Download or Clone the Project.
- Create an Empty MySQL Database as "hospital_db" & Import the "hospital_db.sql" File availabe in the repositry.
- Update the Database Credentials in your "MyDbContext.cs" inside your "Models" Folder.
- Run your Project.
Here's the Step by Step Tutorial => https://codinginfinite.com/crud-operations-asp-net-core-mvc-tutorial/
You can Create New Doctor Record, Read All, Update a Record & Delete.