Skip to content

belsberry/school-system-aspnet

Repository files navigation

Sample School Information System

Technology Stack

Front End

  • Angular.js 1.x
  • Gulp
  • Bootstrap LESS

Server Side

  • ASP.NET 5
  • MongoDB

Testing

  • xUnit

Setup (OSX)

$ dnvm upgrade
$ source restore.sh
$ source build.sh

Setup (Windows)

> dnvm upgrade
> restore
> build

Run (OSX)

In the .DevSetup project

$ dnx run

In the .Web project

$ dnx kestrel

Run (Windows)

In the .DevSetup project

> dnx run

In the .Web project

> dnx kestrel

Test

In the .UnitTest project

$ dnx test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published