Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.19 KB

Misfit-Assignment ASP.NET WEB API and Angular 8

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

Getting started

To install this example application, clone this repository with Git:

git clone https://github.com/tarikulcse2/Misfit-Assignment.git

Database Connection

Update the appsettings.json file with these values:

  • ConnectionStrings - correct database name, server name
execute sql from file database-schema.sql

Server-Side Application Run

cd server
dotnet restore
cd Test.WebApi
dotner run

dotnet core server run http://localhost:3300

Client-Side Application Run

cd client
npm install
ng serve or npm start

angular server run http://localhost:4200

Start the application

Browse to http://localhost:4200 to test the application.