tankonstin-labs / taburette

Tab showcase web application
MIT License
1 stars 0 forks source link

Setup production-ready backend web-server #25

Open kostmetallist opened 1 month ago

kostmetallist commented 1 month ago

Currently, the backend app is launched via built-in Werkzeug development server, which is not appropriate for production environment. More stable and secure server should be incorporated for the production.

Potentially, it can be solved by:

kostmetallist commented 1 month ago

See also https://flask.palletsprojects.com/en/2.3.x/deploying/