blrB / hanami-realworld-example-app

Real world application built with hanami 🌸

Home Page:https://realworld.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

Hanami codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Hanami 🌸 including CRUD operations, authentication, routing, pagination, and more.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Getting started

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

About

Real world application built with hanami 🌸

https://realworld.io/


Languages

Language:Ruby 100.0%