- AngulerJS
- ASP.NET Web API 2
- Twitter Bootstrap
Please follow the below steps to run the application from visual studio.
- Open the solution
- Build the solution (it will download all missing packages from NuGet)
- Goto solution properties
- Select multiple startup projects
- Set the action to start for below projects
- e-library.WebApi -> Start
- e-library.WebApp -> Start
- Arrange the start up sequence in same order
- Make sure to start the web api first.
- Click on Ok button.
- And press F5
:D