madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

List user articles on profile page? #202

Closed iamwhitebox closed 8 years ago

iamwhitebox commented 8 years ago

I'm simply looking for best practice on accessing current user(s) article on profile page, or between controllers/views - this should help me moving forward with rapid development.

iamwhitebox commented 8 years ago

Figured this out - it would be nice to have a user guide