Minimal Flask starter with WSGI setup and deployment-ready configuration.
A minimal Flask web application template that returns a Hello World response. It includes WSGI server configuration, requirements.txt dependency management, and a Procfile for deployment, making it suitable for lightweight web apps, REST APIs, and prototypes on platforms like Railway.
0