이 웹사이트를 통해 학우분들이 운동을 하고 싶은데 사람이 없어서 하지 못하는 상황이 오지 않았으면 하는 생각으로 개발하였습니다.
운동을 좋아하는 학우들 간에 시간을 정해 놓고 함께 운동을 즐길 수 있도록 제작
[ 시스템 구조도 ]
Bootstrapped with Create React App.
# Install dependencies (only the first time)
cd client && npm install
# Run the local server at localhost:3000
npm start
Download Node.js.
# Install dependencies (only the first time)
cd server && npm install
# Run the local server at localhost:5000
npm start