Skip to content

ablecloud-team/ablecloud-crm

Repository files navigation

ablecloud-crm

프로젝트 구조

  • keycloak : 인증 서버(포트 8080)
  • Service_Gateway : crm 프론트엔드 프로젝트(포트 3000)
  • Service_License : 라이선스 백엔드 프로젝트(포트 3001)
  • Service_Partner_Customer : 라이선스 백엔드 프로젝트(포트 3002)
  • Service_Product : 라이선스 백엔드 프로젝트(포트 3003)
  • Service_Business : 사업 백엔드 프로젝트(포트 3004)

서비스 실행

  • Service_Gateway

    npm install 또는 npm audit fix --force npm run dev (개발모드. product 모드: npm run build -> npm run start)

    • 버전정보 node v18.20.4 next v15.2.1
  • Service_License / Service_Partner_Customer / Service_Product / Service_Business

    npm install 또는 npm audit fix --force npm run build npm run start:dev (개발모드.)

    • 버전정보 node v18.20.4 nest v11.0.5
  • DBMS : MySql

    • 버전정보 MySql v8.0.41

그 외 파일

  • backup_script.sh : Database backup 스크립트
  • schema.sql : Database schema
  • service_start_script.sh : 라이선스 프로그램 서비스 시작 스크립트
  • service_stop_script.sh : 라이선스 프로그램 서비스 정지 스크립트
  • web-health-check.md : 서비스 실행 타이머 관련

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages