Skip to content

hawkinsideOut/twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Starter Files

This is a starter template for creating a flask application. The instructions are as follows:

Clone the repository

In your terminal, set your FLASK_APP variable to run.py

MacOS/Linux:

export FLASK_APP=run.py

Windows:

set FLASK_APP=run.py

In your terminal, install all of the required modules

Windows/Linux/MacOS:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published