I've created a really really simple REST API using Flask but now I want to deploy it indefinetly without the need to run the .py file from localhost. The flask website has a few options in terms of deployment but I don't know which would be the most approporiate for my small scale project. Anything like NGINX looks way overkill, I do currently have access to my university's Ubuntu web server however.
My options - flask.pocoo.org/docs/0.12/deploying
No responses yet.