
Express JWT Boilerplate
Basic user functionality with registration, login and forgot password. JWT middleware to authenticate requests.
Configuration
git clonethis project- Complete the missing fields in
.env.defaultfile and then rename it to.env - Edit the
namefield inpackage.json, update it to your project’s name - Open in the same directory and run
npm install - Run
npm start - Open http://localhost:3000
You can check all routes and examples by importing ./express-boilerplate.postman_collection.json in Postman

