Modern ERP Reports Application with microservices architecture Tech Stack: - Backend: FastAPI + python-oracledb (Oracle DB integration) - Frontend: Vue.js 3 + PrimeVue + Vite - Telegram Bot: python-telegram-bot + SQLite - Infrastructure: Shared database pool, JWT authentication, SSH tunnel Features: - FastAPI backend with async Oracle connection pool - Vue.js 3 responsive frontend with PrimeVue components - Telegram bot alternative interface - Microservices architecture with shared components - Complete deployment support (Linux Docker + Windows IIS) - Comprehensive testing (Playwright E2E + pytest) Repository Structure: - reports-app/ - Main application (backend, frontend, telegram-bot) - shared/ - Shared components (database pool, auth, utils) - deployment/ - Deployment scripts (Linux & Windows) - docs/ - Project documentation - security/ - Security scanning and git hooks
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
python-multipart>=0.0.6
|
|
pydantic>=2.5.0
|
|
python-jose[cryptography]>=3.3.0
|
|
PyJWT>=2.8.0
|
|
python-decouple>=3.8
|
|
oracledb>=1.4.0
|
|
python-dateutil>=2.8.2
|
|
openpyxl>=3.1.0
|
|
fpdf2>=2.7.0
|
|
email-validator>=2.0.0
|
|
httpx>=0.27.0
|