I am trying to create a website that has many routes and don't want to put all my route/ pages into app.js, I would like to put them organize in folders
I am trying to create a site like (( https://www.coca-colacompany.com/brands/smartwater ))
Where it has a folder like ( brands ) and in that specific folder goes into ( smartwater )
Basically what I am trying to achieve using Node.js is for my URL Link to look like the coca-cola website. ..... com/ brands / smartwater
I hope explain as much, thank you in advance