Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 630 Bytes

File metadata and controls

27 lines (22 loc) · 630 Bytes

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