Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/lost_pets-1343
https://github.com/suzukiryuichiro/lost_pets-1343
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/lost_pets-1343
- Owner: SuzukiRyuichiro
- Created: 2023-08-15T15:50:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T17:25:43.000Z (over 1 year ago)
- Last Synced: 2024-11-09T09:39:44.550Z (about 2 months ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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