Skip to content

My first Scala web application, a simple ToDo list using the Play framework.

Notifications You must be signed in to change notification settings

mevinod/scala-todolist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My first Scala web application, a simple ToDo list using the Play framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 83.5%
  • HTML 16.5%