-

20210116(토)

승딱 2021. 1. 17. 09:46
반응형

sql   : structure query language

 

database : inmemory or file is difficult to grow in size so we use database through sql

 

schema : what we needs column andt that condition for each column(blueprint of the database)

 

dotenv :

dotenv.config();  then we can use

process.env.DATABASE_USERNAME(make .env file and variable)

 

bodyparser : velog.io/@yejinh/express-%EB%AF%B8%EB%93%A4%EC%9B%A8%EC%96%B4-bodyParser-%EB%AA%A8%EB%93%88

 

express 미들웨어 body-parser 모듈

서버 공부를 시작하며 요청에 대한 응답을 주는 과제를 하는 중에 node.js 의 모듈 bodyParser의 존재를 알게 되었다. bodyParser 모듈 없이는 post, put 요청 메소드의 request.body를 읽어올 수 없어 일단 사

velog.io

express.set() :  > get , setting

 

 

sequilize 알아보기

 

서버사이드 라우터 / 클라이언트 라우터