Skip to content

kdstrides/node-express-boilerplat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boiler plat code to start coding with node and express.

Getting started

$ git clone https://github.com/kdstrides/node-express-boilerplat.git
$ npm i
$ nodemon/node app.js

It includes below APis,

  • Login
  • Create sample user
  • Check user is loggedIn
  • Forgot password email with reset link and token
  • Check if reset token is valid
  • Reset password
  • Logout

Run npm install and node/nodemon app.js to start script. Make sure MongoDB is running. All configuration is done inside /config/config.js file.

About

Node.js and Expres.js Boiler plat code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published