sovetnik / bookshelf

Hanami Bookshelf (tutorial application)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hanami Bookshelf (example application)

This repository is the result of going through Hanami's Getting Started guide.

Usage

Hanami supports Ruby (MRI) 2.3+

git clone git@github.com:sovetnik/bookshelf.git hanami-bookshelf
cd hanami-bookshelf
bundle install
bundle exec hanami db prepare
bundle exec hanami server # visit http://localhost:2300/books/new

Test suite

rake test

If you see that test db not exist, run

 createdb bookshelf_test

About

Hanami Bookshelf (tutorial application)


Languages

Language:Ruby 96.2%Language:HTML 3.8%