wrmacdonald / gift-app

1 stars 0 forks source link

added user and item resources #32

Closed mgnielsen1 closed 2 years ago

mgnielsen1 commented 2 years ago

also updated some stuff in base_model and added serialize util back

templated out GroupResource and ListResource

I altered the approach for the endpoint organization, going for more of a domain centric approach with

api/users api/groups api/lists

that way we can have fewer Resources overall