kunalkashyap855 / kanban

An implementation of a Kanban Board using ReactJS, for IEEE CrossWoC 2021
GNU General Public License v3.0
3 stars 5 forks source link

Setup complete backend for signup & signin #18

Closed abhinav5481 closed 3 years ago

abhinav5481 commented 3 years ago

Closes #17 I have integrated the signup & Signin data with the backend.

After signup image

The data can be viewed in the atlas console as: image

(User password will get encrypted for security purpose) On successfull sign in we will get the response as alert image

Please review my code & let me know if any further changes are required.