Skip to content

.Net boilerplate back-end including user management and common features.

Notifications You must be signed in to change notification settings

eliyasmeth/Ironhide

 
 

Repository files navigation

Unicron

A SPA starter using Angular, Nancy and NHibernate.

  • CQRS-ready with synchronous command dispatcher.
  • Domain Events already installed with BlingBag
  • SpecFlow and Selenium set up and ready for Features and Acceptance Criteria (scenarios)
  • Database deployer re-builds database from domain entities

Active demo: http://unicron-starter.azurewebsites.net/

Requirements

  • Install Node
    • on Windows install chocolatey
    • Read here for some tips on Windows
    • open command prompt as administrator
      • type choco install nodejs
      • type choco install nodejs.install
  • Install Python 2.7 choco install python -version 2.7.2
  • Open terminal
  • Type npm install -g node-inspector bower gulp typescript tsd phantomjs tslint karma karma-cli

Quick Start

Prior to start, clone this repo and navigate to src/Unicron.Web/Client and run the following commands:

$ npm install

Unicron

About

.Net boilerplate back-end including user management and common features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.7%
  • JavaScript 4.3%