# Commercial ERP Sénégal
Application web de gestion commerciale et comptable pour PME/TPE au Sénégal.
## Structure du projet
- **client/** : Application React.js (frontend)
- **server/** : API Node.js + Express (backend)
- **docker-compose.yml** : Orchestration des services
- **Dockerfile** : Documentation, voir /server et /client pour build
- **.env.example** : Variables d'environnement
- **docs/** : Documentation technique
## Démarrage rapide
### Prérequis
- Node.js v18+
- MongoDB
- Docker
- Git
### Installation
```bash
git clone
cd commercial-erp-senegal
npm install
```
### Lancement avec Docker
```bash
docker-compose up --build
```
### Lancement manuel
```bash
cd server && npm install && npm run dev
cd client && npm install && npm start
```
## Documentation
Voir le dossier `docs/` pour l'installation, l'API, l'architecture et le déploiement.
## Auteur
ERP Sénégal - Gomycode