프로젝트 관리 페이지 클라이언트라는 프로젝트는 동국대학교 PLASS 연구실 연구원들이 개발하는 프로젝트입니다.
# Clone this repository
git clone ``
# Go into the repository
cd project-server
# Install dependencies
npm start
# .env create env file and input content
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_ID=
MYSQL_PASS=
MYSQL_DB=
PORT=
TOKEN=
# create public folder
mkdir public
# Run the app
$ npm start💡 정상적으로 올리는지 확인:
open https://localhost:5110명령어를 사용하여, 웹브라우저로 접속함
💡 Docker 빌드:docker build . -t project-server:1.1
- 동국대학교 PLASS 연구실 연구원