I am working on an apps portal for a group of users.
Users will connect to the portal on the 'root' url '/' (a first Flask app only for routing) and I would like to display the label of the different apps and when somebody clicks to an app, it will popup the route '/app1/' for instance.
I've made a Flask app for each app, and apps are under a same folder named 'root' like this:
root
|
|____app1
|____app2
|
|____appN
My question is:
How can I route users from the main app 'root' and url '/' to the dedicated url '/app1' and fire different application? How can I manage my app = Flask(name) for each app?
I am lost while I have my apps ready ...
Thanks for your help.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…