ACM-VIT / SDG-Backend

0 stars 0 forks source link

Login/Signup Feature #7

Open mahendra785 opened 2 months ago

mahendra785 commented 2 months ago

Implement a login and signup feature that allows users to create an account and log in to the website. Ensure that user credentials are securely handled and stored in the database.

D-Vspec commented 2 months ago

Pseudocode: Implement Login/Signup Feature

Objective:

Implement a login and signup feature that allows users to create an account and log in to the website. Ensure that user credentials are securely handled and stored in the database.

Steps:

1. Define the User Schema in Mongoose