danhhz / thrinatra

Simple Scala Webserver Template with Thrift and Mongo via Finatra and Spindle and Heroku and Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thrinatra

Simple Scala Webserver Template with Thrift and Mongo via Finatra and Spindle and Heroku and Bootstrap

Getting Started

export THRINATRA_APP="thrinatra"  # Put the name of your app here
git clone https://github.com/paperstreet/thrinatra.git --origin thrinatra $THRINATRA_APP
cd $THRINATRA_APP
heroku apps:create --addons=mongohq $THRINATRA_APP
heroku labs:enable user-env-compile
heroku config:set SBT_CLEAN=true
git push heroku master
open "http://$THRINATRA_APP.herokuapp.com"

TODO

About

Simple Scala Webserver Template with Thrift and Mongo via Finatra and Spindle and Heroku and Bootstrap


Languages

Language:Scala 49.3%Language:HTML 33.2%Language:Shell 9.9%Language:Thrift 5.0%Language:Perl 1.9%Language:CSS 0.7%