Skip to content

siddiqicps/TestFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps Getting Started with Flask Api

  1. Install Python version 3.8.5 or above

  2. Pull the application or download the source code.

  3. Inside application folder create virtual environment using command c:\FlaskApi>py -3 -m venv flaskvenv

  4. Activate the virtual environment using command C:\FlaskApi>flaskvenv\Scripts\activate

  5. Install the requirments with command pip3 install -r requirements.txt

  6. Set the flask application (flaskvenv) C:\FlaskApi>set FLASK_APP=TestFlask.py

  7. Start flask application (flaskvenv) C:\FlaskApi>python -m flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages