Initial commit — GeoOptions Intelligence Cockpit v2.0
Stack: FastAPI + React/TypeScript + SQLite + GPT-4o Features: Radar géopolitique, Marchés, Régime Macro, Journal de Bord MTM, Rapport IA, Super Contexte (base de raisonnement évolutive), Boucle feedback IA. Deploy: Docker + docker-compose + nginx pour openfin.open-squared.tech Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
_start_backend.bat
Normal file
7
_start_backend.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
title GeoOptions Backend
|
||||
cd /d "C:\DataS\OpenFin\backend"
|
||||
if not exist venv python -m venv venv
|
||||
call venv\Scripts\activate.bat
|
||||
pip install -r requirements.txt -q
|
||||
python -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload
|
||||
Reference in New Issue
Block a user