Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 431 Bytes

WRL(Will Read Later)

alt tag WRL is a bookmark application. Save interesting articles and read when you are free.

Required:

  • Java
  • Play2
  • SBT
  • MySQL

Run:

  • Create Database
CREATE DATABASE wrl;
  • Compile and Run Play Application
$ sbt run