first commit

This commit is contained in:
Hamza-Ayed
2026-06-05 00:54:38 +03:00
commit 7ffbc8bafa
2 changed files with 42 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Dependencies
/vendor/
# Configuration and environment
.env
.env.local
.env.*.local
# IDEs and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db
# Cache and logs
/storage/logs/*.log
/storage/cache/*
.composer-cache/
.composer-home/

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# ScoutIQ - AI-powered Investor Intelligence Platform
ScoutIQ is an AI-powered Investor Intelligence Platform that automatically discovers, collects, analyzes, ranks, and manages:
- Venture Capital funds
- Angel Investors
- Accelerators
- Incubators
- Venture Studios
- Startup Competitions
- Grants
- Demo Days
- Startup Events
- Strategic Partnerships
## Tech Stack
- **Language**: PHP 8.4 (Custom MVC Framework)
- **Server**: Nginx / CloudPanel on Ubuntu 24.04
- **Database**: MySQL 8
- **Cache / Throttling**: Redis
- **Queue Manager**: Supervisor
## Setup
Refer to `INSTALL.md` for full installation guides.