How to add to the site the ability to add an article to any user and this article will be shared on the site. Thanks. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add to the site the ability to add an article to any user and this article will be shared on the site. Thanks.

Занимаюсь разработкой сайта и наткнулся на проблему что не знаю как добавить возможность любому пользователю добавить самому статью на сайт, можете объяснить как это осущиствить или дать ссылку на статью с ответом. Спасибо. I am engaged in the development of the site and came across a problem that I don’t know how to add the ability for any user to add an article to the site, can you explain it or give a link to the article with the answer. Thanks.

8th Jan 2019, 9:26 PM
Dima
Dima - avatar
8 Answers
0
For that, you could use a database which saves the articles in it and when you visit the site, it requests it and prints it onto the page
8th Jan 2019, 11:18 PM
Roel
Roel - avatar
+ 1
Thank you!
8th Jan 2019, 11:40 PM
Dima
Dima - avatar
0
Is it back-end?
8th Jan 2019, 11:23 PM
Dima
Dima - avatar
0
Yes, unless you use a javascript database like a firebase which I've seen multiple times in SoloLearn, although I'm not known to it
8th Jan 2019, 11:25 PM
Roel
Roel - avatar
0
But if you want to use back-end script, it should not be incredibly hard if you find a good youtube video which explains it
8th Jan 2019, 11:26 PM
Roel
Roel - avatar
0
Thank you! But I have a question, how do you know all this? Can you recommend something?
8th Jan 2019, 11:29 PM
Dima
Dima - avatar
0
I do not know how to do it exactly, but I do know (by experience) how it should be done I can recommend you mmtuts on youtube, I learned a lot about back-end programming there, but for firebases I don't really know any source because I've never searched for it.
8th Jan 2019, 11:38 PM
Roel
Roel - avatar
0
You're welcome
8th Jan 2019, 11:41 PM
Roel
Roel - avatar