dupontMongodb

Pages

  • Accueil
  • Atlas
  • mongodb
  • mongoose Intro
  • mongoose Schema
  • mongoose Create
  • mongoose Read
  • Mongoose Update
  • mongoose Delete

getting start

 https://www.mongodb.com/developer/languages/javascript/getting-started-with-mongodb-and-mongoose/

 https://robomongo.org/



localhost versus 127.0.0.1

Il existe un fichier de config pour mongodb

D'après la note : 

https://www.mongodb.com/docs/manual/reference/configuration-options/#mongodb-setting-net.bindIp



Vous devez lancer : $ mongod --ipv6

Vous pourrez ainsi vous connecter avec l'écriture localhost

mongoose.connect('mongodb://localhost:27017/my_courses', { useUnifiedTopology: true, useNewUrlParser: true });
// mongoose.connect('mongodb://127.0.0.1:27017/my_courses', { useUnifiedTopology: true, useNewUrlParser: true });


download

 https://www.mongodb.com/try/download/community

Mongodb in VS


https://docs.google.com/document/d/1kLzN2NGjEw41hrfv58XdbAJpCA25sCU264BWtekhB10/edit?usp=sharing

API courses en action !

lire  TD

test

 Documentation

nodejbs : Mongod


mettre lien fichier



Read more »

installation : la doc


voir lien
Articles plus récents Accueil
Inscription à : Commentaires (Atom)

Archives du blog

  • ▼  2025 (9)
    • ▼  novembre (9)
      • Virtual en action !
      • without populate
      •  Let's start with mongoose !API with mongoose !Met...
      • *Transformer APP en API
      • Methodes et Virtual in shema
      • Agregation
      • API with mongoose !
      • Let's start with mongoose !
      • many to one !
  • ►  2023 (3)
    • ►  novembre (2)
    • ►  octobre (1)
  • ►  2022 (4)
    • ►  décembre (1)
    • ►  novembre (2)
    • ►  octobre (1)
  • ►  2021 (2)
    • ►  novembre (1)
    • ►  octobre (1)
  • ►  2020 (2)
    • ►  février (2)
Thème Simple. Fourni par Blogger.