/TestX

Simple ASP.NET MVC 5 CRUD WebApp with Web API services, Entity Framework 6, IoC/DI Castle Windsor, Repository and AngularJs 1.5

Primary LanguageJavaScript

TestX

Simple N-Layer CRUD Web Application


  • Stack of technologies used:
    • .Net Framework 4.5
    • ASP.NET MVC 5
    • Web API 2.2
    • Owin
    • Entity Framework Code-First 6
      • Code-Based Configuration
      • Code First Migrations and Seed
    • FluentValidation
    • Automapper
    • Repository Pattern
    • CQRS pattern
    • IoC/DI with Castle Windsor
    • Unit testing with Moq and NUnit
    • AngularJs 1.5

Create Database Schema

Open Package Manager Console and Under MovieTest.Data project run the following commando in order to create the initial DB Schema and Seed with sample data:

PM>Update-Database