https://github.com/worker8/rails_camp_training-2017
An exercise that I made when taking a rails camp
https://github.com/worker8/rails_camp_training-2017
Last synced: 3 days ago
JSON representation
An exercise that I made when taking a rails camp
- Host: GitHub
- URL: https://github.com/worker8/rails_camp_training-2017
- Owner: worker8
- Created: 2017-06-18T07:35:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T03:11:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T14:35:24.894Z (over 1 year ago)
- Language: Ruby
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Overview
This is an exercise done in a rails workshop.
# API
users
- create users
- follow users
- unfollow users
recipe:
- index recipe
- create recipe
- destroy recipe
- get 1 recipe (not yet)
- update recipe (not yet)
- like recipe (not yet)
feed
- GET home feed (not yet)
comment
- comment recipe (not yet)
search
- search recipe (not yet)