rands0n / bookshelf

A Getting Starter App to know Hanami Web Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookshelf

Welcome to your new Hanami project!

Setup

How to run tests:

% bundle exec rake

How to run the development console:

% bundle exec hanami console

How to run the development server:

% bundle exec hanami server

How to prepare (create and migrate) DB for development and test environments:

% bundle exec hanami db prepare

% HANAMI_ENV=test bundle exec hanami db prepare

Explore Hanami guides, API docs, or jump in chat for help. Enjoy! 🌸

About

A Getting Starter App to know Hanami Web Framework


Languages

Language:Ruby 98.1%Language:HTML 1.9%