Skip to content

This is a sbt sample project providing a seed for starting with Play & Slick, how to write functional test, unit test and how to use mocking for unit testing.

Notifications You must be signed in to change notification settings

techmonad/play-slick-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-slick-example Codeship Status for techmonad/play-slick-app


Instructions :-

Clone and run the app(default database is H2):

 $ git clone git@github.com:techmonad/play-slick-app.git
 $ cd play-slick-app
 $ sbt run

Run the all unit test:

 $ sbt test

Run the app using Postgres database:

 $ sbt 'run   -Dconfig.file=conf/postgres.conf'

All the Screens :-

Home Page

alt tag

Add an Employee

alt tag

Edit an Employee

alt tag

Delete an Employee

alt tag


###References :-