Skip to content

Doctor Appointment Scheduling web application using ASP.NET Core 5.0

Notifications You must be signed in to change notification settings

SaiShanmukkha/Appointment-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Appointment-Scheduler:

  • Appointment Scheduling web application using ASP.NET Core 5.0
  • .NET Core MVC Application
  • TODO List Like Application.
  • You must have .NET 5.0 or above version required to run this application

Steps to Add Database:

  1. Add Backend Database server name in appsettings.json file to connect to a database.

  2. For Making Migrations, open CMD in project folder and enter:

    add-migration <migration-name>

  3. To reflect above changes in database:

    update-database

  4. Now you should see all the tables gets created in database.

Now this application must run without any issue.

About

Doctor Appointment Scheduling web application using ASP.NET Core 5.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published