briangormanly / outfox

4 stars 1 forks source link

Share #41

Closed JWilson45 closed 4 years ago

JWilson45 commented 4 years ago

Tables implemented for sharing individual resources and groups. some models deleted that are not going to be used, nor referenced in the code.

API endpoints created for: getting shared resources and groups deleting shared resourced and groups by id creating new shared resources and groups

endpoints are:

POST: /api/share/group

GET & DELETE: /api/share/group/:id

POST: /api/share/resource

GET & DELETE: /api/share/resource/:id