Hi there,
I have made a simple webpage based on a Python Flask backend. The Flask App does a basic external API call, and retrieves a result each time a user inputs some text (like a chatbot). I’ve made a simple html and css file so I have a functioning webpage that acts as a chat window where for each input an external API is called.
How do I now make this into a more mature website that is publicly available, but on which you must make an account through email to log in and use.
My initial thought was integrate the Flask Backend with WordPress and handle the more advanced stuff such as secure log in and data storage with WordPress.
Can this be done? If so, how?
Thanks!
[ad_2]
Why not use Django?