You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 유저 정보 확인
POST http://localhost:4000/users HTTP/1.1
Content-Type: application/json
{
"userId": 1,
...
}
DB(MySQL) 연동 설정 방법
MySQL 설치 후 서버 연동
root에 .env 환경변수 파일 생성 후 작성
DB_LOCAL_HOST = localhost #IP address
DB_LOCAL_PORT = 3306 # Port number
DB_LOCAL_USERNAME = root # Username
DB_LOCAL_PASSWORD = 0000 # Password of DB
DB_LOCAL_DATABASENAME = capstone # DB name