Author: grovernimish2003

  • How to Deploy Flask Apps in Production

    How to Deploy Flask Apps in Production

    Picture this: a developer finishes building a Flask app — clean code, decent UI, everything working perfectly on localhost:5000. Friends are waiting to try it. The app gets pushed to a Cloud Server, flask run gets typed, and… it’s called done. Two days later the app is down. Nobody can figure out why. SSH into the server and…