mongoosedbquick
v1.0.4
Published
npm package for connect MongooseDB by Adminashu
Downloads
21
Maintainers
Readme
what is this?
npm package for connect MongooseDB by Adminashu
required other library before use it
mongoose
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
If this is a brand new project, make sure to create a package.json
first with
the npm init
command.
Installation is done using the
npm install
command:
$ npm install mongooseBD --save
Features
- easy coding
- Focus on high performance
- connect mongoose Database to your applications quickly
Quick Start
Install the executable.
$ npm install mongooseBD --save
Create the app:
$ mongoose/tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install mongoose
Start the server:
$ npm start