An open API service indexing awesome lists of open source software.

https://github.com/manhyuk/express-sequelize-boilerplate


https://github.com/manhyuk/express-sequelize-boilerplate

express-boilerplate

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nodejs(Express) + Sequelize Boilerplate

---

## Env
- Node.js V.8.11.3
- Express V.4.16.0
- Sequelize V.2.22
- mocha V.5.2
- nyc V.12.2
---

## TODO

---
1. Controller 와 Service 사이에 하나의 레이어를 더 추가
2. Config 파일 하나로 합치기

## Install And Use

---

1. Start by cloning this repository

```
# HTTPS
$ git clone https://github.com/ManHyuk/express-sequelize-boilerplate.git

$ cd express-sequelize-boilerplate

$ rm -rf .git
```

2. Install module

```
$ npm install
```

3. START

```
# macOS
$ export NODE_ENV=YOUR_ENV

$ npm start
```

4. TEST

```
$ npm test
```