-
Notifications
You must be signed in to change notification settings - Fork 30
Happy Thoughts API - Tavan #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job with the project!
You code is well strucutred and easy to follow. The implementation in the frontend is also very intuitive and smooth. Super.
One tiny thing, right now I can edit all the thoughts, even the ones that I haven't written. Maybe from a UX perspective this is not what you want?
However, your project is approved!
Keep up with the good work 💪
user: { | ||
type: mongoose.Schema.Types.ObjectId, | ||
ref: "User", | ||
required: true | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great connection to the user collection here
Link to Render: https://happy-thoughts-api-svd7.onrender.com/
Link to Netlify: https://tthiry-happythoughts.netlify.app