skinny-framework / skinny-scaldi-example

An example app to show how to use Scaldi in Skinny apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaldi integration example

Build Status Coverage Status

This is a sample application which shows how to integrate Scaldi with Skinny Framework.

Scaldi is a simple and elegant DI library in Scala.

http://scaldi.org/

See also the blog article:

http://blog.seratch.net/post/90627493988/scaldi-dependency-injection-in-skinny-apps

How to run app

Before trying this example, set AWS credentials.

See also: https://github.com/seratch/AWScala

export AWS_ACCESS_KEY_ID=xxx
export AWS_SECRET_KEY=yyy

And then, run Skinny app.

./skinny run

Access http://localhost:8080/ from your browser.

How to run tests

./skinny test

About

An example app to show how to use Scaldi in Skinny apps


Languages

Language:Scala 29.5%Language:Batchfile 27.9%Language:Shell 27.0%Language:JavaScript 7.3%Language:HTML 7.0%Language:CSS 1.0%Language:TypeScript 0.3%Language:CoffeeScript 0.1%