/bookshelf

Hanami official guide app

Primary LanguageRuby

Bookshelf

This is the basic Hanami app used in it's official guide with slight modifications. The main differences are as follows:

  • SQLite instead of Postgres
  • Persistence dependency is set as database instead of persistence as in the guides
  • Procfile manager is set to use Overmind instead of Foreman

Progress Tracking

Done

  • ✅ Initial setup
  • ✅ Database setup
  • ✅ Listing book data
  • ✅ Using request parameters
  • ✅ Creating a book

Next

Who knows.