Welcome, Play Scala Learner! - fandfisf/salon GitHub Wiki

Painter Project Goals

  1. Create a ready-made template for a play-scala project that is
  2. Easy to understand
  3. Fully documented
  4. Built on standard practices
  5. Completely deployable out-of-the-box once play 2.5 or higher is installed.
  6. Serve as an out-of-the-brain repository.

#Essential Features When done, this project will include

  1. RDBMS access
  2. At least one NOSQL DB access
  3. Well explained usage of concurrency related idioms.
  4. Examples of non-text media interaction and file upload support.