An open API service indexing awesome lists of open source software.

https://github.com/survi218/node-mongoose

Mongoose ODM and creating schemas and interacting with the MongoDB database
https://github.com/survi218/node-mongoose

assert bson-document json-data models mongoose mongoose-currency mongoose-model mongoose-schema nodejs nodejs-modules npm odm rest-api schemas

Last synced: 4 months ago
JSON representation

Mongoose ODM and creating schemas and interacting with the MongoDB database

Awesome Lists containing this project

README

          

# node-mongoose
- Explore the Mongoose ODM and learn about creating schemas and interacting with the MongoDB database using Mongoose methods.
- Install Mongoose ODM and connect to a MongoDB Server
- Create Mongoose Schemas
- Perform Database operations with Mongoose methods
# Installing Mongoose
- Create a folder named node-mongoose and move into the folder.
- In this folder, install Mongoose by typing the following at the prompt:
``````
npm install mongoose --save
npm install assert --save
``````