D
D
diku15022020-10-30 13:11:40
Backend
diku1502, 2020-10-30 13:11:40

How to save the data entered by the user in the input form on the site?

There is a site. There is a button on the site, when I click on it, I want the user to enter his name and number and this data is sent to me and I call the person back.
How to do it? I am familiar with the frontend, but I have not studied the backend.
What needs to be done to save data?
What language do you recommend for writing the code? (is it possible to do this in python or JS since I'm familiar with them?)
How does it even work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2020-10-30
@diku1502

If you are familiar with the front, then most likely you know JS. So it will be easier for you to learn NodeJs.

  1. You start the server.
  2. Select a path on it.
  3. Send data from the front to this address.
  4. The handler receives information and writes it to the Database.

Learn more: Google the points.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question