https://github.com/josemarluedke/sinatrastructure
Sinatra Structure
https://github.com/josemarluedke/sinatrastructure
Last synced: 6 months ago
JSON representation
Sinatra Structure
- Host: GitHub
- URL: https://github.com/josemarluedke/sinatrastructure
- Owner: josemarluedke
- Created: 2012-02-17T19:26:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T19:45:09.000Z (over 13 years ago)
- Last Synced: 2025-03-28T20:15:33.410Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sinatra Structure
=================I don't like to write the basic structure again
Install
-------Clone the project
`git clone git://github.com/josemarluedke/SinatraStructure.git MyApp`Enter in your app folder
`cd MyApp`Install dependencies
`bundle install`Run the tests
`rake spec`Start the Server
`shotgun`By
--Josemar Davi Luedke