Skip to content

notwld/flask-otg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boilerplate for building web application with Flask exposed to internet via ngrok.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published