A brief description of what this project does and who it's for
👇This shows demo user registration with success status (on postman)

👇This shows that "testuser" is successfully registered on mongodb. Also the password is encrypted and role is assigned by default as "user"

👇This shows that if we try to register the same user then it will respond as "user already exists"

👇This shows the test of login API by providing "testuser" credentials

✅Overall the connection is established with mongodb and code is working as expected.
Created a simple frontend user interface for SignUp and Log In
