Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 553 Bytes

File metadata and controls

17 lines (10 loc) · 553 Bytes

Address Book Api

Configuring AddressBookWebApi

1. Open solution in Visual Studio 2019

2. Let visual studio to automatically install all packages

3. Configure your connectionString settings in appsettings.json and use the connectionString name in Startup.cs within ConfigureService.

4. Click on Package Manager Console, Run migrations by doing the following:

Add-Migrations
Update-datebase
Open your MSSQL and check to verify if the database was indeed created.

5. You are good to start running your API