Hi, i want to create a website where people can signin, login and reset passwords, which languages do i need to do this? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Hi, i want to create a website where people can signin, login and reset passwords, which languages do i need to do this?

16th Dec 2022, 5:00 PM
Dylan Katamba
4 ответов
+ 2
Frontend: HTML CSS Backend: PHP Database: MySQL This is the minimum. You can change the languages, but from my side these are recommended.
16th Dec 2022, 6:17 PM
Kashyap Kumar
Kashyap Kumar - avatar
+ 2
Try to check out python with django framework. Or nodejs with jwt authentication These will be more demanded in future than php
17th Dec 2022, 10:42 AM
Toni Isotalo
Toni Isotalo - avatar
0
You can use Javascript with HTML5 for that and to store passwords and all you can use any database that you feel easy to use with javascript
16th Dec 2022, 5:05 PM
Hirakjyoti Medhi
Hirakjyoti Medhi - avatar
0
Just for completeness, the languages required for frontend are HTML, CSS and JavaScript. Learn them in this order.
16th Dec 2022, 6:24 PM
Emerson Prado
Emerson Prado - avatar