skinny-framework / skinny-framework-example

Skinny Framework example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skinny application example

Build Status

Just run

Run Skinny app now!

./skinny db:migrate
./skinny run

Examples

I can see how to write controller code here:

src/main/scala/controller/CompaniesController.scala

Skinny ORM usage:

src/main/scala/model/Member.scala

Simple CRUD views:

src/main/webapp/WEB-INF/views/companies

Run tests

./skinny db:migrate test
./skinny test
./skinny testOnly integrationtest.*Spec

How to use coveralls.io

  • enable your GitHub repo on https://coveralls.io/
  • gem instanll travis
  • travis encrypt COVERALLS_REPO_TOKEN={your token} -add -r {github user}/{github repo}

Skinny Framework

http://skinny-framework.org/

About

Skinny Framework example application


Languages

Language:Scala 53.4%Language:Batchfile 21.0%Language:Shell 19.2%Language:HTML 5.2%Language:CSS 0.8%Language:JavaScript 0.2%Language:TypeScript 0.2%Language:CoffeeScript 0.0%