Create a new project
The CLI tool will scaffold the project and install all the required dependencies. To create a new project, run the CLI as follows and answer the prompts
Create project with name `nodeapi`
nodpi p nodeapiStarting the project
cd nodeapi
npm i
npm startIn a browser, visit http://localhost:2020 for api documentation
Project Folder Structure will look as follow

Please do changes in config.js file for admin credentials and gmail smtp credentials to send to mails
Starting the project
In a browser, visit http://localhost:2020 for api documentation

Welcome Mail

Reset Password Mail

Change Password Form

Last updated
Was this helpful?