https://github.com/polyglot-k/expressjs-restful-api
csr(Client Side Rendering Method) driven project
https://github.com/polyglot-k/expressjs-restful-api
Last synced: about 2 months ago
JSON representation
csr(Client Side Rendering Method) driven project
- Host: GitHub
- URL: https://github.com/polyglot-k/expressjs-restful-api
- Owner: knu-k
- Created: 2023-08-30T07:11:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T06:38:22.000Z (over 1 year ago)
- Last Synced: 2025-04-01T19:48:12.242Z (2 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 변경