Raminian APIs To create build a database.... STEP1: head over to appsettings.json in the DefaultConnection and insert the connection string to your databbse server STEP 2: ReBuild project STEP3: head over to package manager and type "Update-Database" run project
To connect to an existing database with the same schema... STEP 1: delete the Migrations folder..... STEP2: then head over to appsettings.json in the DefaultConnection and insert the connection string to your databbse server eg "DefaultConnection": "CONNCETION STRING TO DATABASE GOES HERE".... STEP 3: rebuild the project.....
To create build a database.... STEP1: head over to appsettings.json in the DefaultConnection and insert the connection string to your databbse server STEP2: head over to package manager and type "Update-Database"