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

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

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