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

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

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)