Skip to content

Ankit-Kum/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-app

Python app for CI CD

Clone the repo

git clone https://github.com/singh-ashok25/python-web-app.git
cd python-web-app

Setup virtual env and install requirements

sudo yum -y install python3
pip3 install --upgrade pip
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

python3 src/app.py 
curl http://127.0.0.1:5000/ 
export PYTHONPATH=src
pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages