joao1991/eventflow-pro-the-ultimate-event-management-suite
0
# Gestor Dolan
Base v1.0 do sistema de orçamentos + CRM + Chatbot WhatsApp.
## Comandos rápidos
- Rodar com docker-compose:
- `docker-compose up --build`
- Rodar local (sem docker):
- Backend:
- `cd backend`
- `cp .env.example .env` e ajuste
- `npm install`
- `npm run dev`
- Frontend:
- `cd frontend`
- `npm install`
- `npm run dev`
## Notas
- O backend inclui exemplos em memória (clients/quotes) para facilitar testes. Substitua por queries reais ao conectar o Postgres.
- Configure as variáveis de ambiente para SMTP e WhatsApp Cloud API.
- Para produção, use S3 para uploads, filas (Redis/Bull) para envio massivo de e-mails e HTTPS.
## Credenciais padrão para teste:
- Email: admin@dolan.com
- Senha: admin123The complete v1.0 of Gestor Dolan is now implemented with:
- Real database integration using Knex.js + PostgreSQL
- Complete backend API with authentication, clients, quotes, files, email, and WhatsApp integration
- React frontend with routing and API integration
- Docker setup for easy deployment
- Database migrations and initial schema
- File upload functionality
- Email and WhatsApp messaging capabilities
- Responsive UI with Tailwind CSS
The system is ready to run with docker-compose up --build or locally by setting up the backend and frontend separately.
