Two options to run your Flask Application on a server
We give you two options to keep your flask application running on the server after exiting the terminal. The two options are: nohup and systemd.
Nohup
When you exit a shell, a SIGHUP (i.e. Signal Hang Up) signal is sent to all running processes. The ...
musingsabouttech.hashnode.dev2 min read