Bootstrapping
준비물
$ node -v // v8.10.0 or later설치
git clone https://github.com/sparcs-kaist/kono.git
cd kono/kono-api
npm installHOST=[your API server host name]
PORT=[your API server port]
DB_HOST=[your database server IP / DNS]
DB_PORT=[your database server port]
DB_AUTH_USER=[authorized username for your database]
DB_AUTH_PASSWORD=[authorized user's password for your database]
DB_USER=[username for your database]
DB_PASSWORD=[password for your database]
DB_DATABASE=[database name of use]
PASSWORD_KEY=[a secret string for password hashing]
JWT_KEY=[a secret string for JWT assignation]
UPLOAD_DIR=[directory path for saving uploaded files]실행
Last updated
Was this helpful?