Very basic MVC framework written in Ruby
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.