Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suzukiryuichiro/lost_pets-1343


https://github.com/suzukiryuichiro/lost_pets-1343

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## Context

Today, students learned how to make basic CRUD actions on a model. The goal of this livecode is to rehearse the 7 CRUD actions in Rails.

To do this, we’re going to create an app to report and list lost pets.

- As a user I can see all found pets
- As a user I can see details about one found pet (when and where it was found)
- As a user I can add a pet I found
- As a user I can update a pet
- As a user I can delete a pet