Download ost todos Free Java Code

Description

A domain driven reference application built using OST's NDriven framework, ASP.NET MVC 4, WebApi, and Angular JS.

Icons

ost todos

Source Files

The download file ost-todos-master.zip has the following entries.


.gitignore//from   ww  w  . j a va 2s.  c  om
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
OstTodos.sln
README.md
bin/FluentMigrator.Runner.dll
bin/FluentMigrator.dll
bin/Migrate.exe
lib/FluentMigrator/FluentMigrator.Runner.dll
src/Core/Application/IPersistenceSetup.cs
src/Core/Core.csproj
src/Core/Domain/Model/EntityBase.cs
src/Core/Domain/Model/IEntity.cs
src/Core/Domain/Model/IRepository.cs
src/Core/Domain/Model/TodoLists/TodoList.cs
src/Core/Domain/Model/Todos/Todo.cs
src/Core/Domain/Model/Users/User.cs
src/Core/Properties/AssemblyInfo.cs
src/Core/packages.config
src/Infrastructure.IoC/Infrastructure.IoC.csproj
src/Infrastructure.IoC/Migrations/MigrationsModule.cs
src/Infrastructure.IoC/NHibernate/InvalidFactoryException.cs
src/Infrastructure.IoC/NHibernate/NHibernateModule.cs
src/Infrastructure.IoC/Properties/AssemblyInfo.cs
src/Infrastructure.IoC/packages.config
src/Infrastructure.Migrations/Infrastructure.Migrations.csproj
src/Infrastructure.Migrations/MigrationPersistenceSetup.cs
src/Infrastructure.Migrations/Migrations/CreateTodoTables.cs
src/Infrastructure.Migrations/Migrations/CreateUserTable.cs
src/Infrastructure.Migrations/Properties/AssemblyInfo.cs
src/Infrastructure.Migrations/Runner/EmptyConnectionStringException.cs
src/Infrastructure.Migrations/Runner/MigrationOptions.cs
src/Infrastructure.Migrations/Runner/Runner.cs
src/Infrastructure.Migrations/packages.config
src/Infrastructure.NHibernate/Infrastructure.NHibernate.csproj
src/Infrastructure.NHibernate/Mapping/TodoLists/TodoListMap.cs
src/Infrastructure.NHibernate/Mapping/Todos/TodoMap.cs
src/Infrastructure.NHibernate/Mapping/Users/UserMap.cs
src/Infrastructure.NHibernate/Properties/AssemblyInfo.cs
src/Infrastructure.NHibernate/Repositories/NHibernateRepository.cs
src/Infrastructure.NHibernate/SessionFactoryAttribute.cs
src/Infrastructure.NHibernate/SessionFactoryBuilder.cs
src/Infrastructure.NHibernate/SingletonInstanceScoper.cs
src/Infrastructure.NHibernate/packages.config
src/Presentation.Web/App_Data/aspnet-Presentation.Web-20130211073521.mdf
src/Presentation.Web/App_Data/aspnet-Presentation.Web-20130211073521_log.ldf
src/Presentation.Web/App_Start/AuthConfig.cs
src/Presentation.Web/App_Start/BundleConfig.cs
src/Presentation.Web/App_Start/FilterConfig.cs
src/Presentation.Web/App_Start/NinjectDependencyScope.cs
src/Presentation.Web/App_Start/NinjectWebCommon.cs
src/Presentation.Web/App_Start/RouteConfig.cs
src/Presentation.Web/App_Start/WebApiConfig.cs
src/Presentation.Web/Content/base.css
src/Presentation.Web/Content/bootstrap/css/bootstrap-responsive.css
src/Presentation.Web/Content/bootstrap/css/bootstrap.css
src/Presentation.Web/Content/bootstrap/img/glyphicons-halflings-white.png
src/Presentation.Web/Content/bootstrap/img/glyphicons-halflings.png
src/Presentation.Web/Content/img/OST-Logo.png
src/Presentation.Web/Content/modules/form.css
src/Presentation.Web/Content/modules/todolist.css
src/Presentation.Web/Controllers/ControllerBase.cs
src/Presentation.Web/Controllers/HomeController.cs
src/Presentation.Web/Controllers/TodoListsController.cs
src/Presentation.Web/Controllers/TodosController.cs
src/Presentation.Web/Controllers/UserController.cs
src/Presentation.Web/Global.asax
src/Presentation.Web/Global.asax.cs
src/Presentation.Web/Models/Display/TodoDisplay.cs
src/Presentation.Web/Models/Display/TodoListDisplay.cs
src/Presentation.Web/Models/Input/LoginInput.cs
src/Presentation.Web/Models/Input/RegisterInput.cs
src/Presentation.Web/Models/Input/TodoInput.cs
src/Presentation.Web/Models/Input/TodoListInput.cs
src/Presentation.Web/Presentation.Web.csproj
src/Presentation.Web/Properties/AssemblyInfo.cs
src/Presentation.Web/Scripts/angular/angular-bootstrap.js
src/Presentation.Web/Scripts/angular/angular-cookies.js
src/Presentation.Web/Scripts/angular/angular-resource.js
src/Presentation.Web/Scripts/angular/angular.js
src/Presentation.Web/Scripts/app/application.js
src/Presentation.Web/Scripts/app/controllers.js
src/Presentation.Web/Scripts/app/directives.js
src/Presentation.Web/Scripts/app/filters.js
src/Presentation.Web/Scripts/app/partials/lists.html
src/Presentation.Web/Scripts/app/partials/login.html
src/Presentation.Web/Scripts/app/partials/register.html
src/Presentation.Web/Scripts/app/services.js
src/Presentation.Web/Scripts/bootstrap.js
src/Presentation.Web/Scripts/jquery-1.9.1.js
src/Presentation.Web/Services/AuthenticationService.cs
src/Presentation.Web/Services/IAuthenticationService.cs
src/Presentation.Web/Validation/User/UniqueEmailAttribute.cs
src/Presentation.Web/Validation/User/UserValidationAttributeBase.cs
src/Presentation.Web/Validation/User/ValidLoginAttribute.cs
src/Presentation.Web/Views/Home/Index.cshtml
src/Presentation.Web/Views/Shared/EditorTemplates/String.cshtml
src/Presentation.Web/Views/Shared/Error.cshtml
src/Presentation.Web/Views/Shared/_Layout.cshtml
src/Presentation.Web/Views/User/LogIn.cshtml
src/Presentation.Web/Views/User/Register.cshtml
src/Presentation.Web/Views/Web.config
src/Presentation.Web/Views/_ViewStart.cshtml
src/Presentation.Web/Web.Debug.config
src/Presentation.Web/Web.Release.config
src/Presentation.Web/Web.config
src/Presentation.Web/favicon.ico
src/Presentation.Web/packages.config
src/Test.Integration/App.config
src/Test.Integration/DatabaseTestState.cs
src/Test.Integration/Infrastructure.NHibernate/Repositories/NHibernateRepositoryTest/Mother.cs
src/Test.Integration/Infrastructure.NHibernate/Repositories/NHibernateRepositoryTest/NHibernateRepositoryTest.cs
src/Test.Integration/Infrastructure.NHibernate/Repositories/RepositoryTestBase.cs
src/Test.Integration/Properties/AssemblyInfo.cs
src/Test.Integration/Test.Integration.csproj
src/Test.Integration/packages.config
src/Test.UI.Web.Features/Contexts/WebContext.cs
src/Test.UI.Web.Features/Login.feature
src/Test.UI.Web.Features/Login.feature.cs
src/Test.UI.Web.Features/Logout.feature
src/Test.UI.Web.Features/Logout.feature.cs
src/Test.UI.Web.Features/Pages/IFormPage.cs
src/Test.UI.Web.Features/Pages/IPage.cs
src/Test.UI.Web.Features/Pages/PageBase.cs
src/Test.UI.Web.Features/Pages/User/Login.cs
src/Test.UI.Web.Features/Pages/User/Register.cs
src/Test.UI.Web.Features/Properties/AssemblyInfo.cs
src/Test.UI.Web.Features/Registration.feature
src/Test.UI.Web.Features/Registration.feature.cs
src/Test.UI.Web.Features/Test.UI.Web.Features.csproj
src/Test.UI.Web.Features/packages.config
src/Test.Unit/App.config
src/Test.Unit/Core/Domain/Model/EntityBaseTest/EntityBaseTest.cs
src/Test.Unit/Core/Domain/Model/EntityBaseTest/TestEntity.cs
src/Test.Unit/Core/Domain/Model/Users/UserTest.cs
src/Test.Unit/Infrastructure.IoC/NHibernate/ClassWithAttribute.cs
src/Test.Unit/Infrastructure.IoC/NHibernate/ClassWithInvalidAttribute.cs
src/Test.Unit/Infrastructure.IoC/NHibernate/ClassWithNoAttribute.cs
src/Test.Unit/Infrastructure.IoC/NHibernate/NHibernateModuleTest.cs
src/Test.Unit/Infrastructure.NHibernate/SessionFactoryAttributeTest.cs
src/Test.Unit/Infrastructure.NHibernate/SessionFactoryBuilderTest.cs
src/Test.Unit/Infrastructure.NHibernate/SingletonInstanceScoperTest.cs
src/Test.Unit/Presentation.Web/Controllers/Mother.cs
src/Test.Unit/Presentation.Web/Controllers/UserControllerTest.cs
src/Test.Unit/Presentation.Web/Services/AuthenticationServiceTest.cs
src/Test.Unit/Presentation.Web/Validation/User/Mother.cs
src/Test.Unit/Presentation.Web/Validation/User/UniqueEmailAttributeTest.cs
src/Test.Unit/Presentation.Web/Validation/User/ValidLoginAttributeTest.cs
src/Test.Unit/Properties/AssemblyInfo.cs
src/Test.Unit/Test.Unit.csproj
src/Test.Unit/packages.config

Download

Click the following link to download ost-todos-master.zip.

ost-todos-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper