Skip to content

Latest commit

 

History

History

200

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simulate 200

Create virtual environment

python3 -m venv myenv

# Activate the virtual environment
# On Windows
myenv\Scripts\activate

# On macOS/Linux
source myenv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the flask application

python3 success.py

Verify using CURL

curl -i http://127.0.0.1:5000/