Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 480 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 480 Bytes

ToDoList project for Scala using framework Play

Scala: 2.11.6, Scala.js: 0.6.5, Play: 2.4.0, Slick: 3.0.0

This is a small aplication wiritten in Play framework. The application is a list of tasks to which we can add a new tasks or delete old ones. To run this application, download the source code, and in the folder where you find a project lunch the console and type: 'activator run'. After that please type in your browser 'localhost:9000'. Now you can enjoy ToDoList.