$ docker run -d \
-p 3306:3306 \
-e MYSQL_USER=root \
-e MYSQL_ROOT_PASSWORD=root \
-e MYSQL_DATABASE=did_dashboard \
--name did-mariadb \
mariadb \
--character-set-server=utf8 \
--collation-server=utf8_general_ci \
--default-time-zone=+09:00
$ npm test
- Local Server 실행 후,
http
폴더 내부의*.http
파일에서Send Request
를 통해 각 API 실행 가능
$ npm start
or
$ npm run start:local
$ npm run start:dev
$ npm run start:prod
- Sequelize
- javascript export/import
- Node.js Error: gyp: no xcode or clt version detected!
- SuperTest
- Inflearn Node Sample
- Timezone
- Should
- Should tip
- lodash
- Commit message
- feat (feature)
- fix (bug fix)
- docs (documentation)
- style (formatting, missing semi colons, …)
- refactor
- test (when adding missing tests)
- chore (maintain)
- Markdown
- MariaDB Docker
- 환경변수 관리
- Mocha tip
- Express 304
- Express file upload #1
- Express file upload #2
- Express file upload #3
- Express file upload #4
- express-validator
- validator.js
- Node.js를 ES6 문법으로 써보자
- RESTful API 설계 가이드
- Multer
- File Upload란?
- Mocha - Parameterized Test
- Sequelize Timezone Issue