You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please list what tasks need to be done (be specific here)
Make a route according to the route design that we have discussed
This should be a POST Request, the data should be sent through req. body
Using Postman to test your own routes when creating a new post
Using MongoDB Compass to see if it is really created
It should be linked with the person creating that post. Hint: you could use middleware check user in Auth router, which will pass the user id through to your controller if that person is logged in
However, to trigger the login through Postman, you must log in through Postman by making some POST request. The endpoint should be found through index.ts and auth router.
Please finish this in one day
Dependencies:
Please list the files that might be involved in this issue
Mongoose
Express middleware
Router
Done requirements:
When will this issue count as done?
The text was updated successfully, but these errors were encountered:
Issuer:
Hung Ngoos
Assignee(s):
Vien Nguyen
Requirements:
Dependencies:
Done requirements:
The text was updated successfully, but these errors were encountered: