Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.38 KB

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 :-