Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 386 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 386 Bytes

Chat-Server

env 설정

API_URL=API_URL:port
DB_user=[]
DB_password=[]

프로젝트 디렉토리에 위와 같이 .env 파일 작성

  • API SERVER 주소 설정

Database 생성

npm run db:init

Migration 적용

npm run db:migrate

Migration 추가

npx babel-node src/db/migration.js add migration [migration_name]