2주차 6조
배포링크 : 15.164.208.91:3000
영상링크 : https://youtu.be/foGfmo2VYT8
git clone https://github.com/woowa-techcamp-2022/web-todo-6.git
cd client
npm install
cd ../server
npm install
# server에 .env 파일 생성
DB_URL=
DB_ID=
DB_PASSWORD=
DB_DATABASE=
DB_PORT=
# ./client
npm run dev
# ./server
npm run nodemon