Examples Data
Data Sets
-
adminDashboardTabs
: Misk bound admin dashboard tabs -
cars
: 1000 cars with quantities, prices, locations -
config
: Misk service config -
dinos
: 1000 dinosaurs -
serviceMetadata
: Misk service metadata -
shortUrls
: Shortened urls -
webActions
: Misk bound web actions
Getting Started
npm install
- Add any new data sets to a new file in
src/data/
- Rebuild the JSON writer executable with
npm run-script build
- Regenerate the
demo/*.JSON
withnode dist/index.js
Resources
- Batch test data generated with Mockaroo