-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Upvote and Downvote feature for Blogs. #10
Comments
i'll try this one |
Great @nik72619c :-) |
could you please brief me about adding the links in .env file ? |
I was a little confused on the MongoDB atlas part |
Hey @nik72619c I have added my MongoDB URL link into the .env.example you can use that also but for development have your own link at the place of MONGODB_URL in .env then it will automatically get connected to the MongoDB. If you need any more help let me know happy to help you :-) |
Thanks for the help. Would it be okay if I use mlab's url ? |
@
Yes any url for testing is fine |
Hey @nik72619c please make the branch up to date as recently I have removed the pre-commit hook as it was creating problems |
@Swap76 the last commit on the master branch was 4 days ago , and I forked the repo yesterday. |
kindly check |
shall I remove the pre-commit hook myself? I'll include that in my PR as well or will add it as a separate one. Whatever you say :) |
Hey @nik72619c sorry from my side I got confused between my repositories remove the pre-commit hook here I'm pasting the latest pakage.json I have updated right now only if you did not wish to pull the repo then, please have the package.json same
|
Cool , thanks |
Aim of adding this is go give a glimpse of how transactions should be used in application development with MongoDB.
After Upvote the User ID should be added into the respective array into MongoDB
The text was updated successfully, but these errors were encountered: