Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 497 Bytes

Scala TODO List App

Very simplistic Todo List application.

Description

This application implements a simple TODO list. A few highlights include:

  • Uses the latest stable version of Play Scala (2.6)
  • Stores its data in PostgreSQL using Anorm.
  • Tasks can be created, editeds, and deleted.
  • Each task has a completion checkbox
  • Each task can have comments
  • The application also includes a suite of Scala Tests.
  • Both a web front-end, and a JSON API are provided with the application.