NodeJs and ExpressJS
Demo
First step:
Install all package dependencies from NPM
npm installSecond step:
After installing packages, then create ".env" file in root of the project and add these variables
APP_PORT = 3000Third step:
Launch web server for using as service!
npm startGet random fake a User data
[GET] /api/userGet random fake Git data
[GET] /api/gitGet random fake Http-request data
[GET] /api/requestGet random fake Finance-account data
[GET] /api/finance-account