theupweb / idea-lab

Collaborative space for developers, designers and artists to share and work with their ideas.
MIT License
15 stars 19 forks source link

API Platform - Initial setup #49

Open JoshuaPoddoku opened 3 years ago

JoshuaPoddoku commented 3 years ago

Data should be stored via API and fetched in cards.

sanjay270899 commented 3 years ago

@JoshuaPoddoku I would Like to work on this. Can you give me an example of existing API platforms that we can use for the card component?

(I have improved and minimized the design of the card component in Issue #39, also I have added a cardData.js file where data of idea cards will be stored. Plus I have moved the card components from App.js to the new Ideas.js Page. Kindly reviewed that. )

JoshuaPoddoku commented 3 years ago

Check these below platforms:

@sanjay270899 we can use datafire later as it seems to be complex. Can you check the other option?

sanjay270899 commented 3 years ago

@JoshuaPoddoku We can go with option 2 i.e. My JSON Server for now.

What we have to use for data fetching? Fetch or Axios?

JoshuaPoddoku commented 3 years ago

We will use fetch for now.

@sanjay270899 Once check this, please https://supabase.io/