I start to understand how web applications are built. I learned about routing. For example, I have a task to make a website where there are 5 pages, there is a block of goods, and menu categories and everything is, in fact, a business card site. And here I am new to this business I want to create a mini framework for myself (as long as it’s great) for the future to develop. There will be a small admin panel for filling goods and the like.
What I know now is the routing I understood its essence, the CNC is also being done with it. Now you need to do something with the database, while everything is procedural, you will need to add, modify, delete, edit from the database. How to create functions on the basis of what would be their 4 pieces (add, change, delete, edit) and somehow all you need to do is to do all this with different blocks of the site with only 4 functions. I still need a function to add files to the server and delete files from it.
While in my head such thoughts are spinning. What do you think of it? I would like to see a list of what is missing and preferably in order of the most important. Or what would you do on points from the first to the last within the framework of the business card site (procedurally), on your bike?