codebuddies / frontend

Frontend concept with React for CBv3
https://cbv3.netlify.app
GNU General Public License v3.0
20 stars 27 forks source link

GET resources from the Django API localhost:8000; don't rely on db.json #101

Closed lpatmo closed 4 years ago

lpatmo commented 4 years ago

Context

Right now, the /resources page on https://cb-react-concept.netlify.com/resources is consuming from a db.json file. Let's have it consume from a copy of localhost:8000 instead!

Acceptance criteria

[ ] Get a list of resources from localhost:8000

lpatmo commented 4 years ago

https://github.com/codebuddies/frontend/pull/102 fixed this!