- Node.js V.8.11.3
- Express V.4.16.0
- Sequelize V.2.22
- mocha V.5.2
- nyc V.12.2
- Controller 와 Service 사이에 하나의 레이어를 더 추가
- Config 파일 하나로 합치기
- Start by cloning this repository
# HTTPS
$ git clone https://github.com/ManHyuk/express-sequelize-boilerplate.git
$ cd express-sequelize-boilerplate
$ rm -rf .git
- Install module
$ npm install
- START
# macOS
$ export NODE_ENV=YOUR_ENV
$ npm start
- TEST
$ npm test