Code Monkey home page Code Monkey logo

node-express-starter's Introduction

node-express-starter

A painless codebase to build your apps on in no time. It's a basic node/express basic templete that covers signup and email verification, login, forgot password and reset password. This codebase got you covered for any basic code, all you have to is to focus on main functionality of your app.

Routes

}     This route is used for user login, where it issue a JWT verification token for authentication and authorization in a protected routes

  • /user/auth/register
    -Sample Request Data
      "email":"[email protected]",
      "password":"abcd"
    

}     This Route register the user and sends email for account verification

  • /user/auth/confirm/email/:token/:user
        A route that confirms the email when a user follows link sent to him in account when he registers his email account
  • /user/auth/forgot/password/init
    -Sample Request Data
      "email":"[email protected]",
    

}     A route that issue for forgot password email for forgot password

  • /user/auth/password/change/:token/:issuer
     "password":"123456",
    

}     Its used for setting the password password after the issued forgot password link is followed from the user's mail box

  • /user/auth/password/reset
        Its used for reseting password -Sample Request Data
      "oldPassword":"1234",
      "newPassword":"abcd"
    

}

node-express-starter's People

Contributors

armanvirus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.