An open API service indexing awesome lists of open source software.

https://github.com/kinduff/init_sinatra

Simple base for Sinatra Apps.
https://github.com/kinduff/init_sinatra

Last synced: about 1 year ago
JSON representation

Simple base for Sinatra Apps.

Awesome Lists containing this project

README

          

Init Sinatra
============

Simple base for Sinatra Apps.

## Includes

|Framework|Server |HTML |CSS |Javascript |Database |Models |Helpers |ActiveRecord |Test |
|---------|-------|-----|-----|-------------|-----------|-------|--------|-------------|------|
|Sinatra |Thin |HAML |SASS |CoffeeScript |PostgreSQL |Yes |Yes |Yes |RSpec |

## Install

Clone the repo and start coding.

```sh
$ git clone git://github.com/kinduff/init_sinatra.git myapp
$ bundle install
$ shotgun
```

## Tests

Write your tests at `./spec/app_spec.rb`. Run with:

```sh
$ rake spec
```