Skip to content

tarikulcse2/Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published