Skip to content

MatteoPierro/clean-todo

Repository files navigation

Clean Todo

This is a playground for experimenting with the concepts of the Clean Architecture.

Running the apps

Spark app

./gradlew -PmainClass=io.vocidelcodice.todo.apps.spark.SparkApp execute

Servlet app

./gradlew -PmainClass=io.vocidelcodice.todo.apps.servlet.ServletApp execute

Console app

If <a-todo-id> is an integer id:

./gradlew assemble
java -cp app/build/libs/app.jar io.vocidelcodice.todo.apps.console.ConsoleApp <a-todo-id>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages