Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.3 KB

TenderSearch

  • Sample MVC App for CRUD operations. Featuring EF6, IoC/Di (MEF) , Automated Tests, T4 Templates, KnockoutJs, Bootstrap, etc..
  • Demo app using Eml* NuGets.
  • Check out EmlExtensions.vsix to automate the creation of controllers, views, seeders, and more!.

Seed the database

  1. Open the solution using Visual Studio 2017, compile and build (don't run yet)
  2. Right click TenderSearch.Web project and Set as startup project
  3. Open Package manager console
  4. In the 'Default project' drop down, select TenderSearch.DataMigration (this is important)
  5. In the console, type the command below then press enter to execute.
update-database -verbose

Run the application

  1. Press F5 to run

Quick View

Landing Page

Login

Simple Dashboard

CRUD Operations

That's it.

Cheers!