Go to file
2025-10-15 18:33:21 +05:30
.cursor/rules first commit after crearting ligin signup and token estoring in db 2025-09-09 19:49:42 +05:30
config first commit after crearting ligin signup and token estoring in db 2025-09-09 19:49:42 +05:30
docs n8n flow for sales force bulk read initiated 2025-10-15 18:33:21 +05:30
src n8n flow for sales force bulk read initiated 2025-10-15 18:33:21 +05:30
.env n8n flow for sales force bulk read initiated 2025-10-15 18:33:21 +05:30
.gitignore zoho crm flow added 2025-09-11 17:12:47 +05:30
BULK_READ_REFACTORING_SUMMARY.md n8n flow for sales force bulk read initiated 2025-10-15 18:33:21 +05:30
DEPLOYMENT_CHECKLIST.md n8n flow integrated fro sales force integration 2025-10-10 12:10:33 +05:30
package-lock.json bulk red web hook feature implemented for crm data lead tasks and contacts working 2025-09-18 17:56:24 +05:30
package.json bulk red web hook feature implemented for crm data lead tasks and contacts working 2025-09-18 17:56:24 +05:30
QUICK_SETUP.md n8n flow integrated fro sales force integration 2025-10-10 12:10:33 +05:30
README_N8N.md n8n flow integrated fro sales force integration 2025-10-10 12:10:33 +05:30
README.md first commit after crearting ligin signup and token estoring in db 2025-09-09 19:49:42 +05:30

Centralized Reporting Backend

Quick start

  1. Copy env
    • cp .env.example .env
  2. Start MySQL and Redis
  3. Run migration
    • node src/db/migrate.js
  4. Start dev server
    • npm run dev

API

  • Health: GET /health
  • Users:
    • POST /api/v1/users/register { email, password, firstName?, lastName? }
    • GET /api/v1/users/me (Bearer token required)
    • PUT /api/v1/users/me (Bearer token, form-data profilePicture)
    • DELETE /api/v1/users/me (Bearer token)