Formabook is a course catalog listing the best training courses available out there. This is a demo app used in live coding sessions.
To run the app locally:
- Clone this repository
- Install all dependencies with
bundle install
- Setup the database with
rails db:create && rails db:migrate && rails db:seed
- Launch the app with
rails server
The application is now available at http://localhost:3000/