Mongoose and MongoDB

Source: Internet
Author: User
Tags win32

Third party learning Address:http://blog.csdn.net/foruok/article/details/47746057

Download MongoDB

Https://www.mongodb.com/download-center

Or

Https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.9-signed.msi

After download, the default is: C:\Program Files\mongodb\server\3.2\bin

Create a new or start a database (you need to create a new file structure E:\MongoDB\db):

Mongod--dbpath=e:\mongodb\db

Nodejs Code:

Install Mongoose: npm Install Mongoose

varMongoose = require ("Mongoose");varConfig ={cookiesecret:' MyBlog ', DB:' Vue-blog ', Host:' localhost ', Port:3123}//Link DatabaseMongoose.connect (config.host+ "/" +config.db); //Link DatabaseMongoose.connect (config.host+ "/" +config.db);d B.on ("Error",function(Error) {Console.log ("Database link Error" +( error);}); Db.on ("Open",function() {Console.log ("Database Link succeeded");});

Mongoose and MongoDB

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.