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

https://github.com/knu-k/expressjs-restful-api

csr(Client Side Rendering Method) driven project
https://github.com/knu-k/expressjs-restful-api

Last synced: 4 months ago
JSON representation

csr(Client Side Rendering Method) driven project

Awesome Lists containing this project

README

        

# expressjs-restful-api

## Sequelize 구성

- sequelize init
- sequelize db:create
- models/index 재구성
- sequelize model:create 로 user model 구성
- migration 수정

## Sequelize 구성(2차)

- sequelize model:create 로 post model 구성
- associate 등록
- migration 변경