LakshmiSowmya04 / Task-Manager

simple task management application built using the MERN stack
15 stars 36 forks source link

Add authentication routes (register/login) #14

Closed HarikeshKS closed 1 month ago

HarikeshKS commented 1 month ago

Added authentication routes and middleware which can be utilized further, a bit file structure change is there for better readability.

LakshmiSowmya04 commented 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 :)

LakshmiSowmya04 commented 1 month ago

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

HarikeshKS commented 1 month ago

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.

LakshmiSowmya04 commented 1 month ago

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: @.***>

LakshmiSowmya04 commented 1 month ago

@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

HarikeshKS commented 1 month ago

Yes, actually I'm currently on it, I'll share it soon by 9.