aziflaj / minerva

Very basic MVC framework written in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minerva

Very basic MVC framework written in Ruby

How to run

Clone the repo and install the necessary gems:

$ git clone https://github.com/aziflaj/minerva
$ bundle install --without production

Run the rack server:

$ bundle exec guard  # Reloads the Rack server when App directory is changed
$ rackup             # Just runs the Rack server, nothing is watched

The migrations are ran whenever the server starts, so there's no need to manually run anything.

About

Very basic MVC framework written in Ruby


Languages

Language:Ruby 75.4%Language:Haml 24.6%