Q&A, Node Recap So Far

  • How do we start a Node project from scratch? Video

  • Relationships with MongoDB?

  • Little nitty details about Mongoose

    • self.table_name for Mongoose? Thanks, Stack Overflow
    • You can specify a specific table name as the optional third argument when using mongoose.model: mongoose.model('UserInfo', UserInfo, 'NameOfMyCollectionBecauseIAmCool');
  • How to use just SQL in Node? Sequelize

results matching ""

    No results matching ""