Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p-baleine/omni-places-proto

prototype of omni-places
https://github.com/p-baleine/omni-places-proto

Last synced: 21 days ago
JSON representation

prototype of omni-places

Awesome Lists containing this project

README

        

= Sinatra Application Template
tommy chheng
- forked from zapnap/sinatra-template, removed datamapper + rspec.

----
A base Sinatra application template. Just fork and build. Yay!
Includes Haml all ready to go.

== Configuration
Add gems to Gemfile

Add your controller actions in application.rb. Views for these actions are placed in the views directory. Static files, including a stock stylesheet, go in the public directory. Models go in the lib directory and are auto-loaded.

== Testing
TODO

== Getting Started
run using
shotgun config.ru -p 4567