Nelson's profile:

Posts: 4

Favorites: 2

Nelson's posts:

Post edit post route

Post route for editing posts. User send post form with edited post and post route posts the new updated post using post method. Simple :)

Mongoose connection

Connection for mongoose across all files for an Express app.

isPostOwner Middleware

This is how I check if the user trying to modify the post is indeed the post owner. It checks the session user id against the post's owner id.

Hello Snippetz!

Here is the below code commented / discussed / explained. The code below is just a function that prints "Hello World!". How original.

Nelson's favorited posts:

Mongoose connection

Connection for mongoose across all files for an Express app.

Hello Snippetz!

Here is the below code commented / discussed / explained. The code below is just a function that prints "Hello World!". How original.