Giter Site home page Giter Site logo

hope-ost-todos's Introduction

OST Todos Reference Application

A domain driven .NET application built on OST's NDriven framework. This application is developed using ASP.Net MVC 4, WebApi and Angular JS.

We developed some wireframes that describe the functionality of this simple but very extensible sample.

Manually forked from ostusa for presentation at Hope College.

Running

Running OST Todos is a snap.

###Step 1### Clone.

###Step 2### Build the solution. This will fetch all dependencies. This of course requires Package Restore. Make sure you set "Allow NuGet to download missing packages during build" in Package Manager settings.

###Step 3### Make sure you have a database on your local machine called HopeTodos. Look in the web.config file within /src/presentation.web to update your connectionString. Here are a couple of examples.

SQL Express (Default in web.config)
<connectionStrings>
    <add name="DefaultConnection" connectionString="server=.\SQLExpress;database=HopeTodos;Integrated Security=SSPI" 
    providerName="System.Data.SqlClient" />
</connectionStrings>

SQL Server Standard with Integrated Security
<connectionStrings>
    <add name="DefaultConnection" connectionString="server=localhost;database=HopeTodos;Integrated Security=SSPI" 
    providerName="System.Data.SqlClient" />
</connectionStrings>

Migrations are run via the IPersistenceSetup service when the application starts. Just start the app up, register a user, and start making todos!

###Step4### Enjoy.

Highlights

The presentation layer is powered by WebApi, Angular JS, and Bootstrap. It supports client side login and registration. The application module exposes some angular powers for kicking the user to the login screen on all 401 responses.

Todo

This is a demo after all. The login/register methods post to the "out of box" register and login methods of NDriven - that is they are not set up to return JSON results. Feedback on these two views are currently lacking.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.