This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Importando o módulo do MongoDB | |
const { MongoClient } = require('mongodb'); | |
// URL de conexão com o servidor do MongoDB | |
const uri = 'mongodb://localhost:27017'; | |
// Nome do banco de dados | |
const dbName = 'meuBancoDeDados'; | |
async function connectToMongoDB() { | |
try { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ key: "AC", value: "Acre" }, | |
{ key: "AL", value: "Alagoas" }, | |
{ key: "AP", value: "Amapá" }, | |
{ key: "AM", value: "Amazonas" }, | |
{ key: "BA", value: "Bahia" }, | |
{ key: "CE", value: "Ceará" }, | |
{ key: "DF", value: "Distrito Federal" }, | |
{ key: "ES", value: "Espírito Santo" }, | |
{ key: "GO", value: "Goiás" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ramos_de_atividade": [ | |
"Alimentos e Bebidas", | |
"Arte e Antiguidades", | |
"Artigos Religiosos", | |
"Assinaturas e Revistas", | |
"Automóveis e Veículos", | |
"Bebês e Cia", | |
"Blu-Ray", | |
"Brindes / Materiais Promocionais", |