https://github.com/jguadagno/customer-api
Simple API to use for several of my presentations.
https://github.com/jguadagno/customer-api
Last synced: 2 months ago
JSON representation
Simple API to use for several of my presentations.
- Host: GitHub
- URL: https://github.com/jguadagno/customer-api
- Owner: jguadagno
- Created: 2020-02-08T17:22:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-06-19T14:11:32.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T01:18:10.571Z (8 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake Customer API
Simple API to use for several of my presentations.
## Customer Data Generation
Generated using data from [Random User API](https://randomuser.me/).
## Install Json-server
**Note** This assumes you have nodejs installed.
```powershell
npm install -g json-server
```## Running
```powershell
json-server customers-data.json
```## References
* [Random User API](https://randomuser.me/)
* [Create a Mock REST API in Seconds for Prototyping your Frontend](https://coligo.io/create-mock-rest-api-with-json-server/)
* [JSON Server](https://github.com/typicode/json-server)
* _NOT USED_ [Faker](https://github.com/Marak/faker.js)