/NCNS-notification

notification server for NCNS project

Primary LanguageTypeScript

NCNS-notification

📚사용 기술 및 언어

환경

  • Express

언어

  • Typescript

개발 도구

  • VS Code

설치 방법

npm install

실행 방법

npm build
npm start

or

npm run dev //for develop

요구사항 명세서

(추가 예정)

DB 설계서

(추가 예정)

시스템 구성도

알림서버 아키텍처 drawio

API 명세서

(추가 예정)

🥰목표

(추가 예정)

디렉토리 구조

├─common
│  └─types.ts
├─config
├─models
│  ├─kkanbu.ts
│  └─normal.ts
├─routes
│  ├─fastPush.ts
│  └─push.ts
├─services
│  ├─MQPubService.ts
│  └─notifyService.ts
├─utils
│  └─notifyService.ts
└─index.ts

실행 화면

(추가 예정)