졸업자격 체크리스트
apt-get update curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - apt-get install -y nodejs
sudo curl -L https://npmjs.org/install.sh | sh
- mongodb 설치 apt-get install mongodb
3.CLONE git clone https://github.com/lee95292/Graduation-Hepler cd Graduation-Hepler/
4.서버 및 클라이언트 패키지 설치.
npm install
cd frontend
npm install
5.서버 클라이언트 실행
npm install nodemon -g
nodemon &
cd client
npm run start