issues
search
My-Solar-Garden
/
rails_backend
Application that allows users to maximize their garden’s efficiency and carbon sequestration. Users can track the health of their gardens through light, temperature, and moisture sensors connected to RaspberryPis.
1
stars
1
forks
source link
CRUD Endpoint - Plant
#26
Closed
D-Lessenden
closed
4 years ago
D-Lessenden
commented
4 years ago
Creates ReStful CRUD Endpoints for Plant.
[x] GET 'api/v1/plants' for all plants
[x] GET 'api/v1/plants/:id' for a single plant
[x] POST 'api/v1/plants/' to create a plant
[x] PATCH 'api/v1/plants/:id' to update a plant
[x] DELETE api/v1/plants/:id' to destroy plant
Creates ReStful CRUD Endpoints for Plant.