KaizenGirl1111 / GSGrihSangini

A LinkedIn type platform but for low wage workers and maids!
gsg-rih-sangini-pi.vercel.app
MIT License
11 stars 19 forks source link

LoginFormFunctional #108

Closed ayush25102001 closed 2 years ago

ayush25102001 commented 2 years ago

🛠️ Fixes Issue #95

Now the data in the signUp form gets stored into the database and during login the data is verfied from the database for the user.

👨‍💻 Changes proposed

✔️ Check List (Check all the applicable boxes)

📄 Note to reviewers

Now we are concurrently running 2 servers react frontend(PORT 3000) and express backend(PORT 5000) so use "npm run both" to start them concurrently

📷 Screenshots

DATA ENTERED:

Screenshot (146)

ENTRY IN DB:

Screenshot (147)

KaizenGirl1111 commented 2 years ago

Excellent! DB looks good