mongoose를 이용한 mongoDB connect
2020. 6. 2.
https://mongoosejs.com/docs/index.html Mongoose v5.9.16: Getting Started Getting Started First be sure you have MongoDB and Node.js installed. Next install Mongoose from the command line using npm: $ npm install mongoose Now say we like fuzzy kittens and want to record every kitten we ever meet in MongoDB. The first thing we ne mongoosejs.com npm install mongoose 일단 mongoose를 npm을 이용해서 설치를 해줍니다...