varunKT001 / tomper-wear-ecommerce

E-commerce web-application for selling clothing essentials 😀
https://tomper-wear.netlify.app
MIT License
38 stars 48 forks source link

Backend Routes and Models. #56

Closed ayush25102001 closed 2 years ago

ayush25102001 commented 2 years ago

Describe your issue.

I will create a userModel according to the details in the signUp form for now later more fields can be added, accordingly the entries will be added to the user colletion. Then I will also create login and register API endpoints at the backend where I will also connect to the database(locally for now). I wish to work with the backend part.

Participant under Gssoc'22.

Screenshots (if applicable).

No response

Additional context (if any)

No response

github-actions[bot] commented 2 years ago

Hey @ayush25102001 👋, thank you for raising an issue. Please make sure that it is detailed, and also following the provided template.

varunKT001 commented 2 years ago

@ayush25102001 The authentication part for the frontend is handled by firebase, so no need for custom authentication.