Pls working on a project A SCHOOL REGISTRATION PORTAL so i want to know what language would be more easy for me pls. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pls working on a project A SCHOOL REGISTRATION PORTAL so i want to know what language would be more easy for me pls.

Web

18th Apr 2021, 7:08 AM
Stephen
3 Answers
+ 2
You need HTML basics for building a Website. In addition a server side language for management the data. The easiest I think is PHP with MySQL for it.
18th Apr 2021, 7:26 AM
JaScript
JaScript - avatar
+ 2
There are two courses here that might be helpful: https://www.sololearn.com/Course/fullstack/?ref=app https://www.sololearn.com/Course/react/?ref=app Especially the angular course, because it involves frontend and backend, including database. In any case you need to know basics of html, css, javascript. A very important part that you can't learn here I think is security, user management, authentication etc. So plan to learn that elsewhere. Once you have chosen which stack to use you can probably find tutorials on those topics specifically for that stack
18th Apr 2021, 10:12 AM
Benjamin Jürgens
Benjamin Jürgens - avatar
0
Hi! Html, css, javascript, jQuery - for frontend; databases(mysql, mongodb... etc.), php, or javascript(node.js), or python(django), or ruby(ruby on rails) - for backend
18th Apr 2021, 8:20 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar