I am planning to develop an app using Node.js express and EJS as view engine.There are two parts one end user part and one admin section. Both of them differ a lot in UI.I would like to have the routes as
www.mydomain.com as end user part and www.mydomain.com/admin as admin part. Can anyone tell me the best method to do the above or is there any way to do the same using some other mechanism.
No responses yet.