Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 866 Bytes

angular-mvc

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:

####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.EF project, and run update-database
  • Start the MyApp.Api project
  • Browse to http://localhost:8081

####License MIT license - http://www.opensource.org/licenses/mit-license.php