Akhil-Sharma-26/mikro-projects

Backend part of MERN app in server folder

Opened this issue · 4 comments

Add:

  • connecting to database
  • login and signup
  • forgot password
  • verification

i can implement these features via mongo and express/node js . Do assign it to me if no one's working on it :)

i can implement these features via mongo and express/node js . Do assign it to me if no one's working on it :)

Yeah, I will assign you this task. I have already implemented the logic of database connection, login and signup. Your task will be to try to implement the logic of forgot password and verification of user by email or something.

You should make a new folder inside server folder and then do your work there. server/new_folder .

For context, this is just a testing repository, I have made for just polishing my skills in different fields and to learn new concepts and use it like an archive, so not much updates or a proper project will be coming into this repo for the intergration of the above said tasks.

Yeah , i understood it. I am also here just to learn some basic implementation of mern stack . Forgot password would be easy i guess but verification via email would be a new thing to me . will keep updating . thanks :)

Yeah , i understood it. I am also here just to learn some basic implementation of mern stack . Forgot password would be easy i guess but verification via email would be a new thing to me . will keep updating . thanks :)

Any Progress?