first commit: Complete phishing test management panel with Node.js backend and React frontend

This commit is contained in:
salvacybersec
2025-11-10 17:00:40 +03:00
commit 19e551f33b
77 changed files with 6677 additions and 0 deletions

35
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Environment variables
.env
# Database
database/*.db
database/*.db-journal
database/*.db-shm
database/*.db-wal
# Logs
logs/*.log
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Test coverage
coverage/
# Temporary files
temp/
tmp/