- Capstone.Web - ASP.NET MVC Project
- Capstone.Web.Tests - Unit Tests and Integration Tests
The database folder contains two files: schema.sql and data.sql.
schema.sqlshould contain all of yourCREATEstatements should the database ever need to be rebuilt.data.sqlshould contain all of yourINSERTseed 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