shift-board / shiftboard

MIT License
0 stars 0 forks source link

Created working URI for API level request and general browser requests. #16

Closed wang-joseph closed 3 years ago

wang-joseph commented 3 years ago

Closes #2.

Instead of associating an add page on the Django app, the add routing and whatnot will be handled by React frontend. To fetch images and posts, a separate API path will be present to indicate that data fetched should not be from a client's browser unless it's done as a GET request to get resources.

wang-joseph commented 3 years ago

The previous commit 8edd6c6f62b387bc003fc3285a79e62bb19b162 references issue #15 .