Skip to content

uzbekdev1/HomeCinema

 
 

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

spa-webapi-angular-28

Donations

For being part of open source projects and documenting my work here and on chsakell's blog I really do not charge anything. I try to avoid any type of ads also.

If you think that any information you obtained here is worth of some money and are willing to pay for it, feel free to send any amount through paypal.

Paypal
Buy me a beer

Follow chsakell's Blog

Facebook Twitter
Microsoft Web Application Development
facebook twitter-small

License

Code released under the MIT license.

About

Building Single Page Applications using Web API and AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 71.7%
  • HTML 12.2%
  • JavaScript 11.6%
  • CSS 4.5%