You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a full-stack web app using the MERN stack. This app allowed web users to securely register for a website while providing basic authentication features like duplicate user prevention. Initialised a React App, connected it with a custom Node.JS Server, and created a MongoDB database using mongoose to privately store user JSON data.