Hi, I'm looking to build a series of pages with some server-side logic when transitioning from one to another. The simpler the better, think of a wordpress with python/flask or php.
E.g. page 1: user registration (persist user id + hashed password). Page 2: collect some additional information. Page 3: present some choices based on the entries in page 2 and allow active components e.g. a slider to adjust these parameters. Page 4: More output based on the entries in pages 3 and 4. Must support
Perhaps some lightweight database in the background to store user data and lightweight scripting: more like flask rather than django.
What sort of things spring to mind?
Thank you.
E.g. page 1: user registration (persist user id + hashed password). Page 2: collect some additional information. Page 3: present some choices based on the entries in page 2 and allow active components e.g. a slider to adjust these parameters. Page 4: More output based on the entries in pages 3 and 4. Must support
Perhaps some lightweight database in the background to store user data and lightweight scripting: more like flask rather than django.
What sort of things spring to mind?
Thank you.
Comment