https://github.com/arefshojaei/faker-api
This project has been created by NodeJS and custom "Fake Data" with API
https://github.com/arefshojaei/faker-api
api express-js fake fake-data faker fakerjs nodejs rest-api rest-ful
Last synced: 2 months ago
JSON representation
This project has been created by NodeJS and custom "Fake Data" with API
- Host: GitHub
- URL: https://github.com/arefshojaei/faker-api
- Owner: ArefShojaei
- Created: 2023-06-06T09:17:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T19:53:00.000Z (4 months ago)
- Last Synced: 2026-02-10T22:54:01.140Z (4 months ago)
- Topics: api, express-js, fake, fake-data, faker, fakerjs, nodejs, rest-api, rest-ful
- Language: JavaScript
- Homepage: https://faker-api-service.onrender.com/api/user
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Faker API 👌
NodeJs and ExpressJS
Demo
###
How to use it?
> First step:
Install all package dependencies from NPM
```bash
npm install
```
> Second step:
After installing packages, then create ".env" file in root of the project and add these variables
```bash
APP_PORT = 3000
```
> Third step:
Launch web server for using as service!
```bash
npm start
```
###
API End-points + HTTP methods
###
> Get random fake a User data
```txt
[GET] /api/user
```
> Get random fake Git data
```txt
[GET] /api/git
```
> Get random fake Http-request data
```txt
[GET] /api/request
```
> Get random fake Finance-account data
```txt
[GET] /api/finance-account
```