mongoosedbquick
v1.0.4
Published
npm package for connect MongooseDB by Adminashu
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 --saveFeatures
- easy coding
- Focus on high performance
- connect mongoose Database to your applications quickly
Quick Start
Install the executable.
$ npm install mongooseBD --saveCreate the app:
$ mongoose/tmp/foo && cd /tmp/fooInstall dependencies:
$ npm install mongooseStart the server:
$ npm start