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
In this Note Taking application here users can register their account, login and create notes within this app. I applied following concept while making this application. Setting Routes || Installing Body Parser || Setup Mongoose.js || Creating Note || Validating input when creating note || Get Note || Delete Note || Update Note || Validating inp…