Skip to content

Build Single Page Application using Web API and AngularJS and contribute to this open source project

Notifications You must be signed in to change notification settings

marc-codes/single-page-app-builder

Repository files navigation

Building Single Page Applications using Web API and AngularJS

Frameworks - Libraries

  1. ASP.NET Web API
  2. Entity Framework
  3. Autofac
  4. Automapper
  5. FluentValidation
  6. AngularJS
  7. Bootstrap 3
  8. 3rd part libraries

Installation instructions

  1. Build solution to restore packages
  2. Rebuild solution
  3. Change the connection strings inside the HomeCinema.Data/App.config and HomeCinema.Web/Web.config accoarding to your development environment
  4. Open Package Manager Console
  5. Select HomeCinema.Data as Default project (in package manager console) and run the following commands
    1. add-migration "initial"
    2. update-database -verbose
  6. Run HomeCinema.Web application
  7. Use username: chsakell, password: homecinema to login or register a new account

About

Build Single Page Application using Web API and AngularJS and contribute to this open source project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published