Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.32 KB

Spray-swagger-slick-seed

Build Status Coverage Status

Seed for activator

Key features:

  • Basic Http Authentication
  • Slick3
  • Swagger using webjars
  • Db drivers loaded with configuration file H2/Postgres
  • Integrations tests
  • Typesafe config

Follow these steps to get started:

  1. Git-clone this repository.

     $ git clone https://github.com/Gneotux/pfc-spray.git my-project
    
  2. Change directory into your clone:

     $ cd my-project
    

3 (Optional). Create the database in postgres using the script in {DIRECTORY}/src/main/resources/schema.sql, modify the application.conf file

  1. Run the application

     > sbt run
    
  2. Browse to http://localhost:8080

  3. Learn more at

http://www.spray.io/ https://github.com/gettyimages/spray-swagger http://slick.typesafe.com/news/2015/02/20/slick-3.0.0-RC1-released.html http://etorreborre.github.io/specs2/guide/org.specs2.guide.QuickStart.html#Quick+Start http://www.tecnoguru.com/blog/2014/07/07/implementing-http-basic-authentication-with-spray/