인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

118jjh3575's profile image
118jjh3575

asked

Understanding Backend JavaScript with Node.js Web Development

Routing modularization 2 (DB connection part)

모듈을 require하는 기준이 궁금합니다.

Written on

·

196

0

mysql 모듈은 email.js로 불러와야 사용할 수 있는데, 왜 bodyparser는 email.js에서 안 불러와도 되는건가요?

오히려 app.js에서 정의해주지 않고, email.js에서만 require해주면 오류가 나는데 그 이유가 무엇인가요?

expressnodejsjavascript

Answer

This question is waiting for answers
Be the first to answer!
118jjh3575's profile image
118jjh3575

asked

Ask a question