V
V
Vadim_Sabirov2021-01-15 22:43:23
JavaScript
Vadim_Sabirov, 2021-01-15 22:43:23

What data storage method should be used for a project site on a local server?

Hello. I decided to write a project (something like todolist). I'm going to use it myself, and I want to know where I can store the user data array. The application will not be uploaded to the hosting. The project is just for me and to demonstrate my abilities. I'm afraid in localStorage, because if you clear the browser cache, then all data will be lost, but I would not want to at all. I am not familiar with the backend and database. The only thought that comes to mind is to configure the json file after updating the data and ask the user to save it to the application folder, but this is very inconvenient and looks more like nonsense. Is there a way, or will I have to plunge into the world of working with data, etc.?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Medinsky, 2021-01-15
@Dimski

firebase. Cloud database, learns in an hour.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question