Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 380 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 380 Bytes

WebAPICoreMVCClient

A Client MVC Project that consumes a Web API in ASP.NET Core 3.1. The Web API uses MS SQL Server database to persist and the MVC Core application works with this database for CRUD operations. The Solution contains both the WEb API and the MVC Projects and should be made to start together in the Solution properties. Rest of the code is self explanatory.