A
A
Andrey2017-11-17 10:59:41
JavaScript
Andrey, 2017-11-17 10:59:41

CRUD application in JS with AJAX Request to a third-party resource, ideas?

Good afternoon forum users. The situation is this, I transferred to another faculty and in the academic difference I have the subject of Web programming. The teacher said to write a CRUD application in JS with an AJAX Request to a third-party resource . But I don't even know what it could be. Can anyone share ideas or tips?
Ps Classmates can not help - they had a different teacher and assignment.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2017-11-17
@AlexMaxTM

CRUD is about reading, adding, editing and deleting records. For example, CRUD for a book table means that you can read the list of books, add a new one, edit one, and delete it if necessary.
It remains only to deal with JS and Ajax - Google is here to help, there are a lot of examples for every taste.
Here is an example
True, it uses not native JS, but Jquery. But your question title is a little contradictory to the tags that you indicated, so this example may be suitable, unless of course you need to do it on Node.js + MongoDB

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question