Skip to content

chloez21/Flask-injection-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Python 3.8

Pip

Installing

  1. Clone the repository
git clone https://github.com/chloez21/Flask-injection-detection.git
  1. Navigate to the project directory
cd Flask-injection-detection
  1. Install the virtual environment
python -m venv .venv
  1. Activate the virtual environment

Windows

    .venv\Scripts\activate

Unix/MacOS

    source .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the application
python hello.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages