KeshavSoft Express API Journey

From Empty Folder → AddTableName using KeshavSoft VS Code Extensions

STEP 1 — Create Empty Folder

Create an empty folder:

test

Open the folder in VS Code.

STEP 2 — Install Required Extensions

Install these VS Code extensions:

After installing all extensions, restart VS Code once.

STEP 3 — Generate Express Boilerplate

Right click on empty Explorer area.

Select:

Express BoilerPlate with simple

This generates:

app.js
routes.js
server.js
Config/
Public/
package.json

STEP 4 — Generate Api Folder

Open:

app.js

Click the button below to view the complete process.

Open Step 1

STEP 5 — Generate V1 Sub Route

Open:

Api/routes.js

Click the button below to view the complete process.

Open Step 2

STEP 6 — Generate Table Route

Open:

Api/V1/routes.js

Click the button below to view the complete process.

Open Step 3

FINAL GENERATED STRUCTURE

Api
 └── V1
      └── journals
           ├── Config
           ├── end-points.js
           └── routes.js

What We Actually Did Using Extensions