Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 448 Bytes

File metadata and controls

39 lines (21 loc) · 448 Bytes

expressjs-load-routes-dynamically

Available routes

/ (GET)

/home (GET)

/login (GET)

/contacts (GET)

/clients (GET)

/app/user (GET | POST)

/app/user/:id (GET | PUT | DELETE)

/app/invoice (GET | POST)

/app/invoice/:id (GET | PUT | DELETE)

How to install

Assuming you have npm and Node.js installed on your machine

Run

$> npm install
$> node app

Link

http://localhost:85