Northflank Python Flask template

Northflank

Deploy this Python Flask server easily with Northflank:

You can now clone your repository locally and start making changes. Push your changes to automatically build and deploy the updated application!

Learn more about using Northflank.

Live Demo

https://example--python-flask--examples--nort-kcwl.code.run

About Flask

Flask is a lightweight WSGI Python web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.

🚀 Quick start

  1. Install packages.

    pip install -r requirements.txt

    Make sure you are using Python 3.4 or above.

  2. Start developing.

    Navigate into your new site’s directory and start it up.

    python main.py
  3. Visit your site.

    Navigate to http://localhost and view your site while developing.