We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D:\Study\Internsala\Devincept\Devincept Intership AI>mkdir app5
D:\Study\Internsala\Devincept\Devincept Intership AI>cd app5`
Created a new environment as venv py -3 -m venv venv
py -3 -m venv venv
Activated with the following script venv\Scripts\activate
venv\Scripts\activate
Installed the flask package using: pip install flask
pip install flask
Written the flask code in python using spyder interface as app.py. [https://github.com/jaikushwaha7/Flask-App-Building-Steps/blob/main/app2.py].
Set the flask app by connecting to app2.py and running it. set FLASK_APP=app2.py flask run
set FLASK_APP=app2.py
flask run
On running the code and link was provided where the output of the app was displayed in a HTML format.
SoFlask a simple python web application framework that allows us to build up web-applications.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Flask App Building with Python
`D:>cd D:\Study\Internsala\Devincept\Devincept Intership AI
D:\Study\Internsala\Devincept\Devincept Intership AI>mkdir app5
D:\Study\Internsala\Devincept\Devincept Intership AI>cd app5`
Created a new environment as venv
py -3 -m venv venv
Activated with the following script
venv\Scripts\activate
Installed the flask package using:
pip install flask
Written the flask code in python using spyder interface as app.py. [https://github.com/jaikushwaha7/Flask-App-Building-Steps/blob/main/app2.py].
Set the flask app by connecting to app2.py and running it.
set FLASK_APP=app2.py
flask run
On running the code and link was provided where the output of the app was displayed in a HTML format.
SoFlask a simple python web application framework that allows us to build up web-applications.
The text was updated successfully, but these errors were encountered: