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 Endpoints - User #30

Closed hashmaster3k closed 4 years ago

hashmaster3k commented 4 years ago

Created CRUD endpoints for users. Also tested sad-path. Defaulted to return 204 No Content rather than return errors. Verified with Postman.