Skip to content

livementor/formabook

Repository files navigation

Maintainability Test Coverage

Formabook Demo App

Formabook is a course catalog listing the best training courses available out there. This is a demo app used in live coding sessions.

Getting started

To run the app locally:

  1. Clone this repository
  2. Install all dependencies with bundle install
  3. Setup the database with rails db:create && rails db:migrate && rails db:seed
  4. Launch the app with rails server

The application is now available at http://localhost:3000/