hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.53k stars 286 forks source link

Other user profile #63

Closed hoangvvo closed 4 years ago

hoangvvo commented 4 years ago

This allows visiting other user' profile using /user/[userId].

Private fields will be hidden if you are not authenticated. In addition:

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hoangvvo/nextjs-mongodb-app/nb71x3h83 ✅ Preview: https://nextjs-mongodb-app-git-other-profile.hoangvvo.now.sh

hoangvvo commented 4 years ago

I started this back in March but get busy. Glad that I finally get this out there!