AngularJS & MVC app demonstrating a full stack
This solution provides an example of an application using a standard Website project, talking to an ASP.NET MVC Web API project, for use in common line-of-business applications.
####To run this example you will need:
- Node.js - Application platform
- Visual Studio - IDE
####From a command line, in the `MyApp.Web' folder
- run
npm install - run
bower install
####Open the solution in Visual Studio
- From the Package Manager Console, select the
MyApp.Data.EFproject, and runupdate-database - Start the
MyApp.Apiproject - Browse to
http://localhost:8081
####License MIT license - http://www.opensource.org/licenses/mit-license.php