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
A simple RESTful API built with Node.js, Express, and MongoDB (using Mongoose) that implements user signup and login with JWT (JSON Web Tokens) for secure authentication. Features password hashing with bcrypt and input validation using Zod.