https://github.com/integralist/sinatra-mvc
Sinatra project running MVC architecture
https://github.com/integralist/sinatra-mvc
Last synced: 4 months ago
JSON representation
Sinatra project running MVC architecture
- Host: GitHub
- URL: https://github.com/integralist/sinatra-mvc
- Owner: Integralist
- Created: 2013-03-13T15:46:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T17:20:16.000Z (over 13 years ago)
- Last Synced: 2024-12-31T13:43:18.642Z (over 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sinatra-MVC
===========
Sinatra project running MVC architecture
##Usage
First install the dependencies: `bundle`
Then from there whenever you want to run the Sinatra app: `bundle exec shotgun`
##Routing
The routing is handled via the `config.ru` file
##Directory Structure
- assets
- scripts
- styles
- controllers
- helpers
- models
- views
##TODO
- Look at how Models will be integrated
- Create some more basic helpers
- Code clean up