Skip to content

danille/quoterro

Repository files navigation

Quoterro Build Status

Simple app to store quotes

Installation

Follow these steps to install and start the app:

Set up Rails app

First, install the gems required by the application:

bundle install

Next, execute the database migrations/schema setup:

bundle exec rake db:setup

Start the app

bundle exec rails server
  • Ruby version
    • 2.5.1

Releases

No releases published

Packages

No packages published