All Projects → knoldus → activator-play-slick-app

knoldus / activator-play-slick-app

Licence: other
This is an activator project providing a seed for starting with Play & Slick, how to write unit test and how to use mocking for unit testing.

Programming Languages

scala
5932 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

A Giter8 template for providing a seed for starting with Play & Slick, how to write unit test and how to use mocking for unit testing.

About


###Instructions :-

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

 $ git clone [email protected]:knoldus/activator-play-slick-app.git
 $ cd activator-play-slick-app
 $ ./activator run

alt tag

Run the all unit test:

 $ ./activator test

Run the app using Postgres database:

 $ ./activator '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 :-

Template license

Written in 2017 by Knoldus Software LLP

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].