Node backend framework based on typescript. For studying routing-controllers .
Read /sample
for details.
Run command below:
npm install
node index.js
Test by postman or any other tools you like.
Get 127.0.0.1:3001/user?id=123456
Reponse data would be:
"hello world!"