cartwheel-care / rails-exercise-diego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartwheel take-home exercise

  • If your environment is not set up to run a rails app, follow the installation instructions at https://guides.rubyonrails.org/getting_started.html#creating-a-new-rails-project-installing-rails.
  • For simplicity, this app uses a SQLite3 database so make sure that is installed.
  • Clone the repository, run bundle, and also make sure you run rails db:seed so you have data to work with.
  • Run this rails app using bin/dev (we use Tailwind and that will auto-compile the CSS).
  • Visit localhost:3000 to see the instructions for the exercise.

About


Languages

Language:Ruby 70.7%Language:HTML 23.8%Language:JavaScript 3.6%Language:CSS 1.7%Language:Shell 0.3%