- skill_inventory_app.rb (server file) in app/controllers
- SkillInventory model with a database method
- empty Skill model
- application.css
- index.erb and layout.erb
- db folder
- config.ru and Gemfile
CRUD out the functionality for a user to be able to add a skill (id, name, status), see all skills, edit a skill, and delete a skill.