Web API with Node + Express + Mongoose Course Criando APIs com Node Environment values Add .env file with keys and values NODE_ENV={dev|prod} MONGO_CONNECTION={connectionString} JWT_KEY={key} Install dependencies npm install Run npm start