8000 GitHub - drewwmercer/flask-task-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drewwmercer/flask-task-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-task-app

python3 app.py

  • to activate virtual environment during dev: source env/bin/activate

Implementation

  • Developed & tested locally using Visual Studio Code (CLI GitHub and Heroku deployment)
  • Hosted on a Free Dyno thanks to Heroku
    • Note: This app is deployed on a free Heroku dyno. Free dynos will sleep after a half hour of inactivity (if they don’t receive any traffic). This causes a delay of a few seconds for the first request upon waking. Subsequent requests will perform normally.
0