Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tlatsas/sinatra-template


https://github.com/tlatsas/sinatra-template

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

## Sinatra template

This is used to bootstrap simple sinatra apps and tt uses the Sinatra modular application style.

## Running SampleApp

### Start server

```
rackup
```

or

```
nohup bundle exec puma -C config/puma.rb
```