Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```