Skip to content

kfowlks/Todo-App

Repository files navigation

Simple Todo-App Application (Stripes + Spring + Sql2o + H2)

The intent of this project is demonstrate a simple java stack that can be deployed and run locally using common tools. This application attempts to show the simplistic nature of Java when used with modern tools/framework

Gradle is use for the dependency management

*** Important *** You also need JDK 1.7


Reference

View Application Locally

Version

1.0

Tech

  • [Gradle] - Build Manager
  • [Jetty] - Jetty 9
  • [Bootstrap] - BootStrap via WebJar's
  • [H2] - In Memory Database
  • [Sql2o] - Persistence Layer
  • [Spring] - Dependency Injection

External Dependency

  • None

Installation

./git clone git@github.com:kfowlks/Todo-App.git

The artifacts should be now available at the below location

/home2/Todo-App/[sub-project name]/build/libs

Run the below web application by executing the below

gradle Todo-App-Web:run -Pbuildtype=<Enviroment name i.e. developer>

Run the below tests by executing the below

gradle Todo-App-Web:test

Travis build status

About

Simple Todo Application Stripes+Spring+Sql2o+H2

Resources

License

Stars

Watchers

Forks

Packages

No packages published