logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Flask Utility - Manage Flask Applications | Online Free DevTools by Hexmos

Manage Flask applications with Flask Utility. Run servers, show routes, and interact with the application context. Free online tool, no registration required.

flask

A general utility script for Flask applications. Loads the application defined in the FLASK_APP environment variable. More information: https://flask.palletsprojects.com/en/stable/cli/.

  • Run a development server:

flask run

  • Show the routes for the app:

flask routes

  • Run a Python interactive shell in the app’s context:

flask shell

See Also