joelongstreet / garfield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garfield

Getting started

  1. Install dependencies: bundle install
  2. Create a postgres instance: docker-compose up -d
  3. Migrate the database: bundle exec rake db:migrate
  4. Seed the database: bundle exec rake db:seed
  5. Start the webserver: bundle exec rackup or bundle exec shotgun config.ru --port 9292

You'll now have a front end available at localhost:9292/app where you can test the routes.

Tests

  1. Run the tests: bundle exec rspec -f d

About


Languages

Language:Ruby 64.4%Language:JavaScript 28.2%Language:HTML 4.9%Language:CSS 2.2%Language:Shell 0.2%