Skip to content

PhilipAdeoye/CCIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCIS: Cross Country Information System

A little tool web app to keep track of cross country runner's races, times, etc.

Techs used: ASP.NET MVC 4, SQL Server 2012, Twitter Bootstrap, etc

Project Layout

CCData

A class library project that serves as the data access layer for CCIS. Entity Framework (with Database First) is used as the Object Relational Mapper.

CCMvc

An ASP.NET MVC project that makes CCIS a web application. External Front End Libraries Used:

Forloop.HtmlHelpers.Clone

A class library project which is a clone of Forloop.HtmlHelpers, but ported to work with .NET 4.0. The original version is built for .NET 4.5 and above. Used in CCMvc to enable putting JavaScript code block and files at the bottom of the page.

Helpers

A class library project that provides common, cross-cutting functionality like logging, exception handling, email notifications, etc across projects.

DBScripts

T-SQL scripts to be run on SQL Server 2012 (that's what I've tried them on) to create the CrossCountry database and intialize some data.

A note on creating the DB: When running the initial script in DBScripts: 001_DBinit.sql, replace the FILENAMEs on lines 7 and 9 with your desired location

About

Youngin's gotta run, and youngin's gotta know how fast they be runnin'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published