MongoDB1 mongo DB + node js 연결 (express 이용해서 read , write 해 보기) 기본적인 node js 세팅과 mongo db 세팅은 생략합니다 + express 공식홈페이지 문서와 mongodb 공식홈페이지 문서를 참고하였습니다. const { MongoClient } = require("mongodb"); // mongodb 사용자 db와 collection uri 입니다 : 다음에 설정한 비밀번호를 넣으시면 됩니다 const uri = "mongodb+srv://singmeta:@cluster0.eqbzf.mongodb.net/myFirstDatabase?retryWrites=true&w=majority"; // client에 mongoclient 정의 const client = new MongoClient(uri, { useNewUrlParser: true, useUnifie.. 2022. 1. 20. 이전 1 다음