grindster
Task 1 of 3
What is the correct order of steps needed to migrate your app from CLI to Flask?
Exit
1. Install Flask in the terminal, 2. Start the Flask in the python file (app = Flask(__name__)), 3. Modify the HTML files. 4. Refactor the Python logic
1. Install Flask in the terminal, 2. Refactor the Python logic, 3. Modify the HTML files. 4. Start the Flask in the python file (app = Flask(__name__))
Submit answer