Documentation Index
Fetch the complete documentation index at: https://docs.pingoai.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Pre-requisitos
- Node.js instalado.
- PostgreSQL, Redis e RabbitMQ em execucao.
- Opcional: MinIO para anexos.
1) Backend (Backend-1)
8080 (PORT=8080).
2) Channel (channel-2)
3003.
Observacao: o script db:migrate do channel chama copy:migrations; valide se o script auxiliar existe no seu ambiente.
3) Frontend (frontend)
3000.
Ordem recomendada de bootstrap
- Subir Postgres/Redis/RabbitMQ (e MinIO se necessario).
- Rodar migrations/seeds no backend e channel.
- Subir backend.
- Subir channel.
- Subir frontend.
Variaveis minimas (resumo)
- Backend e channel:
DB_*,JWT_*,REDIS_URI,RABBITMQ_URI,RABBITMQ_QUEUE_NAME. - Frontend:
REACT_APP_BACKEND_URL.
.env.example de cada modulo como base.