Aram-Anderson / robot-world

Template for CRUD functionality in Sinatra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot World

What's Already Set Up

  • robot_world_app.rb (server file) in app/controllers
  • A robot model with a database reference in its initialize method
  • application.css
  • index.erb and layout.erb
  • db and db/migrations folders
  • config.ru and Gemfile

Your Job

CRUD out the functionality for a user to be able to add a robot (id, name, city, state, department), see all robots, edit a robot, and delete a robot.

About

Template for CRUD functionality in Sinatra.


Languages

Language:Ruby 56.3%Language:HTML 40.1%Language:CSS 3.5%