1f17b1e982
Fix: Commande uvicorn et base de données
...
- Correction commande: python -m uvicorn au lieu de uvicorn seul
- Copie de la base de données depuis instance/ vers racine
- README mis à jour avec la bonne commande
- Backend vérifié: /api/v2/health répond healthy ✅
2025-11-25 21:16:30 +01:00
2b08eb534a
Migration v1 (Flask) -> v2 (FastAPI + Vue.js) complétée
...
✨ Changements majeurs:
- Suppression complète du code Flask legacy
- Migration backend FastAPI vers racine /backend
- Migration frontend Vue.js vers racine /frontend
- Suppression de notytex-v2/ (code monté à la racine)
✅ Validations:
- Backend démarre correctement (port 8000)
- API /api/v2/health répond healthy
- 99/99 tests unitaires passent
- Frontend configuré avec proxy Vite
📝 Documentation:
- README.md réécrit pour v2
- Instructions de démarrage mises à jour
- .gitignore adapté pour backend/frontend/
🎯 Architecture finale:
notytex/
├── backend/ # FastAPI + SQLAlchemy + Pydantic
├── frontend/ # Vue 3 + Vite + TailwindCSS
├── docs/ # Documentation
└── school_management.db # Base de données (inchangée)
Jalon 6 complété: Application v2 prête pour utilisation!
2025-11-25 21:09:47 +01:00
bce35ee672
doc: clean README
Build and Publish Docker Images / build-and-push (push) Failing after 1m41s
2025-09-17 10:05:05 +02:00
dea30fb2a5
feat: add new initialisation db mode
2025-08-07 14:31:31 +02:00
e5e0545b42
feat: update Readme
2025-08-06 20:44:21 +02:00
91eb04ca01
feat: uniform competence management
2025-08-05 20:44:54 +02:00
b7d8194c51
refact: phase 1
2025-08-05 06:13:54 +02:00
3e49bd467c
refactor: restructure codebase into modular architecture
...
- Split monolithic app.py (400+ lines) into organized modules
- Extract models, forms, and commands into separate files
- Implement Flask blueprints for route organization
- Maintain full functionality with cleaner architecture
- Update all templates to use new blueprint URLs
- Enhance README with technical documentation
Structure:
├── app.py (50 lines) - Flask app factory
├── models.py (62 lines) - SQLAlchemy models
├── forms.py (43 lines) - WTForms definitions
├── commands.py (74 lines) - CLI commands
└── routes/ - Blueprint modules for each feature
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-03 20:59:10 +02:00
0ee7abbd48
init: première itération
2025-08-03 19:21:39 +02:00