Omaryassenn / SecOne4all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecOne4all

A website for anyone who needs to learn hacking or needs hacking services.

Run Locally

Clone the project

  git clone https://github.com/Omaryassenn/SecOne4all

Go to the project directory

  cd SecOne4all

Create and activate a virtual environment (optional but recommended)

  python3 -m venv venv

On Windows:

  venv\Scripts\activate

On macOS/Linux:

  source venv/bin/activate

Install dependencies

  pip install -r requirements.txt

Set up environment variables (if necessary)

  # Example of setting up environment variables
    export FLASK_APP=app.py
    export FLASK_ENV=development

Start the server

  python app.py

License

MIT

About


Languages

Language:HTML 54.7%Language:Python 22.6%Language:CSS 22.3%Language:JavaScript 0.3%