Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odpi/egeria-api-mocks
Support for mocking Egeria API for UI dev test
https://github.com/odpi/egeria-api-mocks
egeria
Last synced: 4 days ago
JSON representation
Support for mocking Egeria API for UI dev test
- Host: GitHub
- URL: https://github.com/odpi/egeria-api-mocks
- Owner: odpi
- License: apache-2.0
- Created: 2020-09-28T12:19:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T19:07:46.000Z (over 1 year ago)
- Last Synced: 2024-05-07T18:04:00.734Z (6 months ago)
- Topics: egeria
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 12
- Watchers: 13
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egeria-api-mocks
# Start
```bash
$ npm i
$ npm run start:dev # will start a server locally on http://localhost:9000
# the odpi/egeria-ui will proxy all the missing requests
# to this mock instance
```