- Clone the repository:
git clone https://github.com/Dheerajjha451/WebSiteThreatScan cd WebSiteThreatScan
- Navigate to the
backend
directory:
cd WebSiteThreatScan/backend
- Install the required Python packages:
pip install -r requirements.txt
- Run the backend server:
python3 app.py
The backend server should now be running and ready to handle requests.
- Navigate to the
frontend
directory:
cd WebSiteThreatScan/frontend
- Install the required packages:
npm install
- Start the development server for the frontend:
npm run dev