Is there a software that I can create an API and store data without using code and hook it up to my front end?
Like I can use a spreadsheet to add data and create routes without having to write the code.
Is this possible or already exist??
www.parabola.io is what you are looking for
@benpaine check this out https://nocodeapi.com
I used Sheet2site before to build websites off a google spreadsheet as backend db. Table2site does the same thing but with Airtable.
Yes I do just this on several sites. Check out Tadabase.io
Try a search for "headless CMS". These are not like spreadsheets but may be what you are looking for.
@benpaine yes, +1 to Bubble -- here's some details on it's API Endpoints that you can configure for your app
https://forum.bubble.io/t/new-feature-data-api-now-supports-writing-as-well-as-reading-data/18558
https://manual.bubble.io/using-the-bubble-api/using-the-api.html
Eric
EricsLab.com
Thanks for the reply. I’ll check it out!
There are at least two ways you can do that.
One is to connect your front end to Google Sheets using integromat or any other automation tool (zapier, parabola).
The other is create the backend in Bubble and expose it using the API. When you crate the backend, if you are on a payed plan, you get an API to manipulate the data.
Hope this helps!
Cheers,
Thanks for the reply!
There is numerous service which helps you to convert spreadsheet to API, for example:
https://sheetsu.com/
https://sheety.co/
Also, Airtable is used successfully in this scenario.