feat(catalog): added the ability to load mock data into the catalog from the scaffolder too

This commit is contained in:
blam
2020-06-16 14:40:43 +02:00
parent ea6cc76447
commit 4615718167
8 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ To get started, you can issue the following after starting the backend, from ins
the `plugins/catalog-backend` directory:
```bash
yarn mock-catalog-data
yarn mock-data
```
You should then start seeing data on `localhost:7000/catalog/entities`.