An open API service indexing awesome lists of open source software.

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.

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)