Skip to content

A sample Template on how to use the Quart Framework on Heroku.

License

Notifications You must be signed in to change notification settings

urjeetpatel/quart-heroku-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quart-heroku-sample

A sample Template on how to use the Quart Framework on Heroku.

Local Install

  1. Use Git to clone from github $ git clone [email protected]:violentmagician/quart-heroku-sample.git

  2. Setup a virutal environment

    $ pipenv install
    $ pipenv shell
    
  3. Test The app

    (venv) $ python3 app.py
    

    or

    (venv) $ export QUART_APP=app:app
    (venv) $ quart
    

    or

    (venv) $ heroku local
    
  4. Open Browser to test http://127.0.0.1:5000

  5. Deploy to Heroku

    $ heroku create
    $ git push heroku master
    

About

A sample Template on how to use the Quart Framework on Heroku.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •