How to remove a port in use on mac
This is what happened to me during my first ever attempt to run python flask server on my Macbook.
Python Flask default port number is set to 5000.
As I started running the server on the terminal, it prompted an error message saying OSError: [Er...
bearcub3.hashnode.dev1 min read