bonpoint/README.md
jmartin c4ebb5b2d8 Initialise le dépôt Bonpoint avec docs et prototype web.
Structure docs/, web/ (app Node existante) et mobile/ (placeholder Flutter).
2026-06-12 11:39:51 +02:00

45 lines
1.3 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 |
|---------|---------|
| [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
```