- Capstone.Web - ASP.NET MVC Project
- Capstone.Web.Tests - Unit Tests and Integration Tests
- Capstone.UITests - Cucumber Tests
The database folder contains two files: schema.sql
and data.sql
.
schema.sql
should contain all of yourCREATE
statements should the database ever need to be rebuilt.data.sql
should contain all of yourINSERT
seed data that is necessary to initially using of the database.
-
Capstone.Web
- Ninject
- Ninject.MVC5
- jQuery
- jQuery.Validation
- jQuery.Validation.Unobtrusive
- Bootstrap
-
Capstone.Web.Tests
- Moq
-
Capstone.UITests
- Selenium.WebDriver
- Selenium.WebDriver.ChromeDriver
- Selenium.Support
- SpecRun.SpecFlow