From 7ffbc8bafae97fbb6576bf0834379fb89571deb5 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 5 Jun 2026 00:54:38 +0300 Subject: [PATCH] first commit --- .gitignore | 19 +++++++++++++++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d46d65 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7acb2db --- /dev/null +++ b/README.md @@ -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.