Skip to content

Bishoywadea/DEPI_DEVOPS_PROJECTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app_python

Initialization

python -m venv venv
source venv/bin/activate
pip install flask
pip install gunicorn

Development

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Logging

[IP] hit the [get/post/..] request with response code [1xx/2xx/3xx/4xx/5xx]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published