/robot-world

Template for CRUD functionality in Sinatra.

Primary LanguageRuby

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.