Play+Scala+Slick Tutorial

I want to walk you through a step-by-step tutorial to build a web application with Play Framework with Scala. This application will use Slick for persistence.

Lets get started.

To keep things simple , I have divided the tutorial into three sections. The link to navigate to the next section can be found at the end of each section

  1. Setting up a basic Play/Scala application with Slick
  2. Adding Slick Support to your Project using PlaySlick
  3. User Registration Example

Some Additional Help : Helping Guide


The complete source code of this tutorial is available @ github : https://github.com/bhavyalatha26/play-scala-slick-example

No comments:

Post a Comment