Skip to content

neoreddog/python-flask-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northflank Python Flask Example

Northflank

Deploy this Python Flask server easily with Northflank:

  • Clone this repository
  • Select the repository in Northflank when creating a new service
  • Expose port 80
  • Wait for the app to build and visit the newly assigned URL. That's it!

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.2%
  • Python 29.5%
  • CSS 21.7%
  • Dockerfile 10.6%