Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilherda/express-gateway_mock_custom_openapi3
https://github.com/vilherda/express-gateway_mock_custom_openapi3
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vilherda/express-gateway_mock_custom_openapi3
- Owner: vilherda
- License: mit
- Created: 2022-07-15T23:14:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T06:34:19.000Z (over 2 years ago)
- Last Synced: 2024-11-07T17:36:02.319Z (2 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This sample project is based on the project [express-gateway-plugin-openapi3-mock-server](https://github.com/vilherda/express-gateway-plugin-openapi3-mock-server).
The only objective is to represent the main use case adding other plugins like 'log' and [express-gateway-plugin-errors](https://github.com/josemf/express-gateway-plugin-errors).
So, once started you can visit the local endpoint on your browser:
-
And you will see the next response:
```json
{
"status": "GET ok"
}
```