Setup Docker infrastructure for GoMag vending import system

- Add Flask admin interface with Oracle connection pool
- Create ARTICOLE_TERTI table for SKU mappings
- Configure Docker container with Oracle Instant Client
- Setup project documentation and requirements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-08 22:48:33 +03:00
parent 6a841e3cc0
commit 3e92456c59
9 changed files with 971 additions and 1 deletions

5
api/requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
Flask==2.3.2
Flask-CORS==4.0.0
oracledb==1.4.2
python-dotenv==1.0.0
gunicorn==21.2.0