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 Udemy-like backend application providing essential routes for a course-selling platform: signup, signin, forgetPassword, getData, searchData, and more. Built with Node.js + Express, MongoDB (Mongoose), and JavaScript. Validation and security are handled using libraries like zod, bcrypt, and jsonwebtoken (JWT).