curiomind-e-learning / curiomind

Frontend for curiomind-e-learning
https://curiomind.netlify.app
Apache License 2.0
9 stars 34 forks source link

Backend routes (Login/Register) #56

Open ayush25102001 opened 2 years ago

ayush25102001 commented 2 years ago

We have frontend login and register components but no backend routes are set. I would create a userModel with fields as those in the register form and also setup login and register endpoints where I would also connect to the database(locally for now) where entries would be stored on registration and credentials would be matched from during login. I would like to work on the backend part. Participant under gssoc’22.

ayush25102001 commented 2 years ago

can I work on this @Gurdeep475

Gurdeep475 commented 2 years ago

I am working on it, you can work on some other issue

ayush25102001 commented 2 years ago

I am working on it, you can work on some other issue

But I created the issue

Gurdeep475 commented 2 years ago

Ohh! my bad, I thought its some other issue. Actually I am also a contributor. You should ask the admin/mentor for assignment of the issue.

ayush25102001 commented 2 years ago

We have frontend login and register components but no backend routes are set. I would create a userModel with fields as those in the register form and also setup login and register endpoints where I would also connect to the database(locally for now) where entries would be stored on registration and credentials would be matched from during login. I would like to work on the backend part. Participant under gssoc’22.

can I work on this @geekymeeky