Best Flask open-source libraries and packages

Flask otg

Boilerplate for building web application with Flask exposed to internet via ngrok.
Updated 5 months ago

Flask On The Go

A Flask Boilerplate for quick development which uses pyngrok for exposing the local server to the internet.

Installation

  • Clone the repository
  • Install the requirements
pip install -r requirements.txt
  • Create a ngrok account and get the authtoken from here
  • Add the authtoken to your ngrok config
ngrok config add-authtoken TOKEN
  • Run the app
python app.py

Usage

  1. Copy the ngrok url and paste it in the browser (you can get the url from the terminal)
  2. You can also use the ngrok url in your mobile app

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Tags sqlalchemy