목록유튜브컨텐츠탐색-StelLife/MongoDB (5)
안녕하세요
프로젝트(2) - MongoDB 연결
MongoDB 연결 Atlas DB만들기 https://sakuraop.tistory.com/407 터미널에서 MongoDB 설치하기 $ npm i mongodb@3.6.4 server.js (서버 파일)에서 다음 코드를 입력하기 const mongoUri = process.env.REACT_APP_DB_ACCESS; const mongoUri = "mongodb+srv://디비계정아이디:디비계정패스워드@cluster0-qaxa3.mongodb.net/데이터베이스이름?retryWrites=true&w=majority"; => 주소를 변수에 담고 const { MongoClient } = require("mongodb"); => MongoClient 모듈을 불러오고 const client = new Mon..
유튜브컨텐츠탐색-StelLife/MongoDB
2023. 2. 8. 16:48