Home

Awesome

Hello people! This is my skeleton for a sinatra app

##dependencies

##installation

$ bundle install
$ cp config/database.yml.default config/database.yml
$ shotgun
$ open 'http://localhost:9393/YOUR_NAME'

That's it! You can now edit your application!

###Tests

They are in spec/ folder, to run them

$ rake spec

As you can imagine they are really basic here.

Application architecture

Contributing

Don't hesitate to send me a mail or open an issue for any comments or ideas.

Or easier :

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am 'Added some sparkle features')
  4. Push to the branch (git push origin new-feature)
  5. Create new Pull Request

###Contributors Yannick (@yann_ck)