Skip to main content

9 posts tagged with "Mongoose"

View All Tags

Just some quick examples of some of the more useful mongoose queries

Associating users with comments by modifying the Mongoose Schema to include author ID's

Rounding out the UD portion of CRUD for our blog posts in Frosty CMS.

Adding dates to blog posts using Mongoose template and .toDateString. No MomentJS in this method.

RESTful routes is a conventional pattern to follow when structuring different routes for interacting with the server whenever an HTTP request is made by the client.

The process of saving blog post data to the database by submitting it with a form.

Populating post templates with static content from MongoDB.

Setting up a MongoDB database on a Node server and using Mongoose to interact with that database.

Mongoose is a framework that makes it easy to pass data between a Node application and a MongoDB.