Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 683 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 683 Bytes

Final Capstone

What Projects Are Included w/Repository

  • Capstone.Web - ASP.NET MVC Project
  • Capstone.Web.Tests - Unit Tests and Integration Tests

Database Folder

The database folder contains two files: schema.sql and data.sql.

  • schema.sql should contain all of your CREATE statements should the database ever need to be rebuilt.
  • data.sql should contain all of your INSERT seed data that is necessary to initially using of the database.

NuGet Packages Installed

  • Capstone.Web

    • Ninject
    • Ninject.MVC5
    • jQuery
    • jQuery.Validation
    • jQuery.Validation.Unobtrusive
    • Bootstrap
  • Capstone.Web.Tests

    • Moq