Skip to content

Meeting-Auto-Summarization/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAS backend

MAS의 Backend 코드입니다. Express.js를 이용했습니다.

실행

실행 환경


실행 방법


  • clone git

git clone https://github.com/Meeting-Auto-Summarization/backend.git
git checkout deploy

  • API Server 실행

cd ./was
npm install
npm run start

  • Socket server 실행

cd ./socket-server
npm install
npm run start

  • peerserver

cd ./peerserver
npm install
npm run start

About

back-end code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors