From Empty Folder → AddTableName using KeshavSoft VS Code Extensions
Create an empty folder:
test
Open the folder in VS Code.
Install these VS Code extensions:
After installing all extensions, restart VS Code once.
Right click on empty Explorer area.
Select:
Express BoilerPlate with simple
This generates:
app.js routes.js server.js Config/ Public/ package.json
Open:
app.js
Click the button below to view the complete process.
Open Step 1Open:
Api/routes.js
Click the button below to view the complete process.
Open Step 2Open:
Api/V1/routes.js
Click the button below to view the complete process.
Open Step 3
Api
└── V1
└── journals
├── Config
├── end-points.js
└── routes.js
ks-express-boilerplate
Api folder using
StartEndPoint
V1 sub route using
AddSubRoute
journals table route using
AddTableName
Config,
routes.js,
and
end-points.js