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
File structure is great but I would separate model.js into 3 files: delete-user.model.js ,get-users.model.js, add-new-user.model.js → create models folder → add them there and move the folder into your root of the project. If you do that do not forget to change require path in your handlers.
Model: