Skip to content

Conversation

@indraneelL
Copy link

@indraneelL indraneelL commented Nov 10, 2021

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 indraneelL closed this Nov 10, 2021
@indraneelL
Copy link
Author

Reverting for environment changes

@indraneelL indraneelL reopened this Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants