Skip to content

CongThienDev/b2b_lead_intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2b_lead_intelligence

AI-powered B2B lead intelligence platform.

Overview

This repository contains:

  • artifacts/api-server: API backend (TypeScript)
  • artifacts/lead-intelligence: Web frontend (Vite + React)
  • lib/*: shared packages (DB, API client, API spec, AI integrations)
  • docker-compose.yml: local development stack
  • docker-compose.prod.yml: production deployment stack

Quick Start (Local)

Prerequisites

  • Docker Desktop (or Docker Engine + Compose plugin)

Run locally

cp .env.example .env
docker compose up --build -d

Local endpoints

  • Web: http://localhost:3000
  • API: http://localhost:8080

Stop

docker compose down

Environment and Secrets

  • Never commit real .env* files.
  • Use .env.example as the template.
  • Store production secrets in GitHub Actions Secrets and on the target VPS only.

For production setup and CI/CD details, see:

  • docs/README_DEPLOY.md

Internal Operations Backup

A full internal operation README is kept at:

  • README.internal.backup.md

This file is intended for your private operational workflows when you clone the repo.

License

Add your preferred license before publishing publicly.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages