+ 4
Fully Functional Web Applications
Can we build a fully functional web application that collects, saves and query huge amounts of data from a database server using only HTML, CSS, JS and PHP? Or are there other technologies that must be used?
5 Answers
+ 2
Ya, that's enough I guess!
And ya, learn SQL also
Do this course to know more about full stack development:
https://www.sololearn.com/Course/fullstack/?ref=app
+ 5
Try NodeJS, express, MongoDB, i mean its your choice, MongoDB is a NoSql database so its easy to store data in it if u r familiar with JSON or JS objects
If you wanna go through this path, which I think is the most popular one, MERN Stack (MongoDB, Express, React, NodeJS) I will provide you tutorials :)
+ 5
https://youtu.be/0pThnRneDjw
Watch this if u have confusion regarding what to choose, this is a full map of all technologies related to web development.
+ 4
Thank you Maf. I'm familiar and comfortable around SQL except nosql makes the work easier then i might consider it. But i wont mind the tutorials on MERN Stack. Let me do a little research first to see whether its something i'll need. I'll get back to you.
+ 3
Thanks Namit Jain, I will see the course recommended.