Fullstack login page using Node.js,Express and Mongo Db, on the backend a Vue or Veact +typescript on the frontend
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^8.0.117
commits
removed the hashing from the user model's file which had caused a failed login becuase the passwords and salts could not match
9843a81View on GitHubfixed the issue where the error if the error on the sigup form was showing as a json object,
858c0cfView on GitHubfixed the background colors based to be displayed based on whether the notification was an error or a message
9203e34View on GitHubcreated a new file for interfaces and trasfered the logic of the signup form from the component to the service file
b49fa81View on GitHubrefactored the signup component to display the errors in the notification
7c62393View on GitHubadded a notifications compoment to display the error messages from the responses
224253fView on GitHubreturned the errors from the server, moved the fetch logic to the services folder etc ...
fd92230View on GitHubmoved the error handling middleware to the bottom of the routers to be able to get the json errors
f5abef1View on GitHub