Skip to content

Back End Capstone Project for Nashville Software School Cohort 22 - CareTracker is a web application that allows users to coordinate the care of dependents by tracking Doctors, Medications and Appointments

Notifications You must be signed in to change notification settings

rmbw74/CareTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CareTracker

Back End Capstone Project for Nashville Software School Cohort 22 - CareTracker is a web application that allows users to coordinate the care of dependents by tracking Doctors, Medications and Appointments

Deployment

  1. Clone the repository to the target machine
  2. Create an appsettings.json file and configure the "DefaultConnection" database connection, the example is setup for an SQLEXPRESS database called CareTrackerDB as follows:
    {
       "ConnectionStrings": {
       "DefaultConnection": "Server=.\\SQLEXPRESS;Database=CareTrackerDB;Trusted_Connection=True;MultipleActiveResultSets=true"
     },
      "Logging": {
       "IncludeScopes": false,
        "LogLevel": {
         "Default": "Warning"
     }
    }
    }
  1. from the console, type dotnet restore to grab any required dependencies
  2. from the console, type dotnet ef database update to create the database for the application

About

Back End Capstone Project for Nashville Software School Cohort 22 - CareTracker is a web application that allows users to coordinate the care of dependents by tracking Doctors, Medications and Appointments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages