Don't want to make up your own fun data? Don't have time to create good test names and phony phone numbers?
Spin one of these bad boys up. Update the data types. Bing. Bang. Boom.
Create a rest api that produces sample data using faker
git clone https://github.com/MikeBruns/mock-dev-server.git
npm install
npm run start- Open your browser to http://localhost:8675
- Here you will find a link to view all the
/ordersdata and all the available links defined in routes.js - Play around with the routes -- notice you can put api infront of
/orders. Checkout out that routes.js ;)