• Stars
    star
    5
  • Rank 2,847,364 (Top 57 %)
  • Language
    JavaScript
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It is a boilerplate Node js Mongo db and Expressjs Restful api. User can register, Login and Update their profile. It has two types of users. One is Admin and other is simple user. Admin can view all the users. User can only update their profile. Use two middlewares one for protected users and another for protecting the admin routes. Give it a try.