Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 603 Bytes

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.