Building Single Page Applications using Web API and AngularJS
252
stars
235
forks
source link
Building Single Page Applications using Web API and AngularJS
Frameworks - Libraries
- ASP.NET Web API
- Entity Framework
- Autofac
- Automapper
- FluentValidation
- AngularJS
- Bootstrap 3
- 3rd part libraries
Installation instructions
- Build solution to restore packages
- Rebuild solution
- Change the connection strings inside the HomeCinema.Data/App.config and HomeCinema.Web/Web.config
accoarding to your development environment
- Open Package Manager Console
- Select HomeCinema.Data as Default project (in package manager console) and run the following commands
- add-migration "initial"
- update-database -verbose
- Run HomeCinema.Web application
- Use username: chsakell, password: homecinema to login or register a new account
Follow chsakell's Blog
Facebook |
Twitter |
Microsoft Web Application Development |
|
|
License
Code released under the
MIT license.