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
This is Full Stack Registration Form with signup and login page. Tech Stack : MERN Stack with jwt authentication, for schema validation I used here joi-validation. Backend deploy in AWS ec2 server with pm2. Please have a look ar : https://registration-form-ysb.vercel.app and for Api check at - https://api-reg-form.yousub.live
This is an app to test building an api with nodejs and express framework The app uses mongodb for storing data. You need to set up the connection string to mongodb to use it. The app is a RESTful API CRUD operations on a model product with validations using Joi library and custom validation middlewares.