This is a demo project . This shows code first approach for EF with COre. SQL server local database is used . Its also an example of dependency injection , loose coupled code. The WebAPIs are consumed by the client app which is coded in angular. GET & POST are implemented.
SQL Connection is in DBContext : @"data source=(localdb)\MSSQLLocalDB; initial catalog=Downing.Investment.Database;persist security info=True; Integrated Security=SSPI;"
THE CONNECTION STRING NEEDS MODIFICATION TO BE ABLE TO RUN THE APIs