This example shows how to use ASP.NET Core 2.2 WEB API MVC.
Prerequisites: .NET Core SDK 2.2 or higher. NodeJS || Angular CLI || Sql Server 2017
Code Editing: Visual Studio Code || Visual Studio 2017
To install this example application, clone this repository with Git:
git clone https://github.com/tarikulcse2/Misfit-Assignment.git
Update the appsettings.json
file with these values:
ConnectionStrings
- correct database name, server name
execute sql from file database-schema.sql
cd server
dotnet restore
cd Test.WebApi
dotner run
dotnet core server run http://localhost:3300
cd client
npm install
ng serve or npm start
angular server run http://localhost:4200
Browse to http://localhost:4200
to test the application.