🚀Payment Gateway - Project Overview
1. Visão geral
2. Comandos essenciais
pnpm -w install # instalar dependências do workspace
pnpm run migrate:db # aplicar migrations
pnpm run dev # iniciar backend (nodemon)
pnpm run frontend:dev # iniciar frontend (Vite)
pnpm test # rodar testes3. Onde olhar primeiro (para tarefas comuns)
4. Rotas e Endpoints (resumo)
5. Segurança e segredos
6. Testes e qualidade
7. Próximos passos úteis
Last updated
Was this helpful?

