Skip to content

A Flask app emphasizing security with firewall protection, authentication, and DMZ principles. It includes CSP, rate limiting, and error handling for secure web development.

Notifications You must be signed in to change notification settings

usmanokamal/flask-firewall-dmz-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme_for_env

MLOPS

setup

For windows

  • create a virtual environment
python -m venv venv
  • set execution policy
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
  • activate the virtual environment
venv\Scripts\activate
  • run makefile
make install

for linux and mac

  • create a virtual environment
python3 -m venv venv
  • activate the virtual environment
source venv/bin/activate
  • run makefile
make install

About

A Flask app emphasizing security with firewall protection, authentication, and DMZ principles. It includes CSP, rate limiting, and error handling for secure web development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published