rest-api\ npm init --y npm install express mongoose ... const mongoose = require("mongoose"); require("dotenv").config({ path : "variables.env"});//수정된 ...
確定! 回上一頁