Answer the question
In order to leave comments, you need to log in
What services exist to create your own API?
Hello.
Tell me if there are services so that I, as a front, could create a back without a back. Let me explain, I will have some filling forms on the front, and then through the post I will send data from the form somewhere to a remote server, just so that this data is stored there, in the form of JSON.
Something like, I send a post request to the address - adressservisa.com/myid/tableData, and the service writes what was in the body as another element of the array of this table. And understand that there would be an opportunity to receive data through a get. And in general, I would like to be able to implement everything from CRUD from the service.
I repeat, I'm only interested in:
record - I write a new data item from the form,
editing - editing an already existing item from the table (in fact, overwriting either the entire item or a specific field,
deleting - deleting the item,
reading data - getting data
. What are the options?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question