Skip to content

A web-application wizard using AngularJS interacting with ASP.Net Web API

Notifications You must be signed in to change notification settings

tditshwe/Sim-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Sim Wizard

Overview

This project demonstrates how a web-application wizard using AngularJS communicates with a backend Restful web service. The project layout structure is as follows:

  • Angular-sim-wizard: The AngularJS web application wizard

  • SimWizardApi: The ASP.Net Web APi 2 web service.

Prerequisites

  • Node.js and Tools

  • Visual Studio Code

  • Dot Net Core SDK 2.2 or later

  • SQL Server 2014 or later

  • C# for Visual Studio Code

Running the project

Instructions on installing and running the project are described in the Readme file of each application on the repository.