e-library

  • AngulerJS
  • ASP.NET Web API 2
  • Twitter Bootstrap

Setup

Please follow the below steps to run the application from visual studio.

  1. Open the solution
  2. Build the solution (it will download all missing packages from NuGet)
  3. Goto solution properties
  4. Select multiple startup projects
  5. Set the action to start for below projects
  6. e-library.WebApi -> Start
  7. e-library.WebApp -> Start
  8. Arrange the start up sequence in same order
  9. Make sure to start the web api first.
  10. Click on Ok button.
  11. And press F5

:D