bonpoint/README.md
jmartin a82dffe959 Ajoute le brief Cursor pour le développement mobile.
Document de passation avec prompt, décisions produit et références au prototype web.
2026-06-12 11:45:12 +02:00

46 lines
1.4 KiB
Markdown

# Bonpoint — Bons Points famille
Dépôt du projet **Bons Points** (gestion de bons points pour enfants).
## Structure
```
bonpoint/
├── docs/ Documentation (cahier des charges, notes Google Home, etc.)
├── web/ Application web prototype (Node.js + SQLite + Docker)
└── mobile/ Application Android Flutter — à venir
```
## Web (prototype actuel)
Application familiale déployée sur `bonpoint.ptits-pas.fr` — sert de **laboratoire** (règles, UI, logique métier) pour la future app mobile commerciale.
```bash
cd web
cp .env.example .env # éditer PARENT_PIN, JWT_SECRET
npm install
npm start # http://localhost:3000
```
Déploiement Docker : voir `web/docker-compose.yml`.
## Mobile (prévu)
App Android **100 % locale**, freemium, Play Store — voir `docs/CAHIER_DES_CHARGES_APP_ANDROID.md`.
Le développement mobile se fera dans un workspace Cursor dédié, branche ou dossier `mobile/`.
## Documentation
| Fichier | Contenu |
|---------|---------|
| [CONTEXTE_CURSOR.md](docs/CONTEXTE_CURSOR.md) | **Brief pour un agent Cursor** (prompt + contexte complet) |
| [CAHIER_DES_CHARGES_APP_ANDROID.md](docs/CAHIER_DES_CHARGES_APP_ANDROID.md) | Spec produit commercial v0.2 |
| [GOOGLE_HOME.md](docs/GOOGLE_HOME.md) | Notes intégration Nest (abandonnée) |
## Dépôt Git
```
ssh://git@git.ptits-pas.fr:2222/jmartin/bonpoint.git
```