basic-flask-app icon indicating copy to clipboard operation
basic-flask-app copied to clipboard

Created development environment by deploying application to Heroku

Open indraneelL opened this issue 4 years ago • 1 comments

Hello, This was indeed great Flask Example, i have taken the liberty to establish a deployment to heroku.

Instructions to run the application.

  1. Install Heroku Command Line Interface
  2. Clone our repository
  3. create a Python virtual environment.

python -m venv venv/ source venv/bin/activate

  1. Login to Heroku using command Heroku login or else signup in Heroku and again enter Heroku Login.
  2. Deploy the app : Create an app on Heroku, which prepares Heroku to receive your source code:
  3. heroku create "app name"
  4. git push heroku main or master
  5. From the command line you will get a link ending with saying deployed to heroku. Copy the URL and check in browser. similar to: https://basic-flask-app-python.herokuapp.com/ deployed to Heroku

indraneelL avatar Nov 10 '21 12:11 indraneelL

Reverting for environment changes

indraneelL avatar Nov 10 '21 12:11 indraneelL