Closed HarikeshKS closed 1 month ago
Added authentication routes and middleware which can be utilized further, a bit file structure change is there for better readability.
Hello I would like to ask if you can send a demo video of this thing working because when I cloned your repo Thank you Happy coding :)
Added authentication routes and middleware which can be utilized further, a bit file structure change is there for better readability.
const get = async (req, res) => { const tasks = await Task.find().populate("project"); res.send(tasks); };
get request should do API call to the backend server and then retrieve the data from Database......I appreciate your efforts in keeping more clarifying names but would surely suggest you to check out my code how it is Working
Oh I'm sorry, I thought I would just implement the auth, that's why I didn't handled that. But yes I can make the corrections, Thank you for the feedback.
No worries...it's really nice...I have added frontend code basic one...please check and proceed
On Mon, Sep 30, 2024, 10:45 Harikesh Kumar Sharma @.***> wrote:
Oh I'm sorry, I thought I would just implement the auth, that's why I didn't handled that. But yes I can make the corrections, Thank you for the feedback.
— Reply to this email directly, view it on GitHub https://github.com/LakshmiSowmya04/Task-Manager/pull/14#issuecomment-2382129629, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2XMWL2SZCDREUBL4OIVDCLZZDM5VAVCNFSM6AAAAABPB5CBSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBSGEZDSNRSHE . You are receiving this because you commented.Message ID: @.***>
@HarikeshKS hello,tnku for the changes can i ask for a demo pic or video of working if u tested it with postman or UI
Yes, actually I'm currently on it, I'll share it soon by 9.
Added authentication routes and middleware which can be utilized further, a bit file structure change is there for better readability.