@seair
Reviews Written
-
Average Rating
Q&A
mongoose.connect() ์ฝ๋ฐฑ ์๋ฌ
mongoose .connect(MONGODB_URL) .then(() => console.log("Connected to database!")) .catch(() => console.log("Connection failed..."));