Guest User

Untitled

a guest
Apr 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. - endpoint
  2. for: movies
  3. that: persists new records
  4. for model: movie
  5. backed by: postgres
  6. cached by: redis
  7.  
  8. - endpoint
  9. for: movies
  10. that: retrieves records
  11. for model: movie
  12. backed by: postgres
  13. cached by: redis
  14.  
  15. - model
  16. named: movie
  17. with fields:
  18. - name (string)
  19. - genre (string)
  20. - producer (string)
  21. - created_at (timestamp)
  22. - updated_at (timestamp)
  23. - created_by (timestamp)
Add Comment
Please, Sign In to add comment