Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.47 KB

File metadata and controls

68 lines (52 loc) · 1.47 KB

Faker API 👌

faker Api

NodeJs and ExpressJS

Demo


javascript logo nodejs logo express logo


How to use it?

First step:

Install all package dependencies from NPM

npm install

Second step:

After installing packages, then create ".env" file in root of the project and add these variables

APP_PORT = 3000

Third step:

Launch web server for using as service!

npm start

API End-points + HTTP methods

Get random fake a User data

[GET] /api/user

Get random fake Git data

[GET] /api/git

Get random fake Http-request data

[GET] /api/request

Get random fake Finance-account data

[GET] /api/finance-account