Skip to content

railsagency/rails_coding_quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

LD Studios Taco Shop. Build a Taco Ordering API! Yum!

What We Look For In A Candidate

  1. Knowledge of Ruby on Rails.
  2. Familiarity with Javascript.
  3. Can work with technologies (i.e. Angular) that you may not have seen before.
  4. Can work independently and troubleshoot issues with minimal requirements and guidance.

Requirements

Step 1: Build a Ruby on Rails application that serves the provided Angular App (see /index.html)

When you visit http://localhost:3000/ you should see the Angular app!

Step 2: Build a JSON API that responds to the following endpoints:

  1. GET /tacos - Returns a list of all tacos in the database
  2. POST /tacos - Creates a taco with the given parameters
  3. DELETE /tacos/:id - Removes the taco with this ID from the database

Step 3: Upload your completed solution to a public Github repository so we can review.

Step 4: Host the working solution on Heroku and send the Heroku App URL to us for review.

Bonus Features:

  1. Add RSpec tests for the controller and model.
  2. Add Validations to the Taco model.
  3. Add another meat.
  4. Add another side.
  5. Add your favorite gem to the project and improve on this application.

Known Issues

  • The HTML file will not work if you load it in your browser as a file (e.g. file://).

About

A Rails coding quiz - Add a Rails API that allows this Taco ordering Angular app to function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages