What are the recommended requirements to create a login and comment in a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the recommended requirements to create a login and comment in a website?

2nd May 2022, 6:56 PM
Elnathan Mesfin Mekonnen
Elnathan Mesfin Mekonnen - avatar
5 Answers
+ 6
Php mysql
4th May 2022, 11:55 AM
furqan elahie
furqan elahie - avatar
+ 1
Use a third party authentication API to handle user login. Make your comment objects CRUD.
2nd May 2022, 7:07 PM
Sam
+ 1
Thanks but what programming should I use for these?
3rd May 2022, 3:48 AM
Elnathan Mesfin Mekonnen
Elnathan Mesfin Mekonnen - avatar
+ 1
Wow, thanks Sammy🙏
3rd May 2022, 3:21 PM
Elnathan Mesfin Mekonnen
Elnathan Mesfin Mekonnen - avatar
+ 1
You could use Python with Flask, JavaScript with NodeJS, Java with Spring, C# with ASP.NET Core, etc.
4th May 2022, 5:46 PM
bcer
bcer - avatar