https://github.com/aleksandryackovlev/mock-api-example
This is an example project for learning how to mock API's using Openapi spec. It's intended to be used as a reference for the blog post "How to Mock an API Server in JavaScript"
https://github.com/aleksandryackovlev/mock-api-example
example mock mock-server openapi openapi-mock-express-middleware
Last synced: 3 months ago
JSON representation
This is an example project for learning how to mock API's using Openapi spec. It's intended to be used as a reference for the blog post "How to Mock an API Server in JavaScript"
- Host: GitHub
- URL: https://github.com/aleksandryackovlev/mock-api-example
- Owner: aleksandryackovlev
- License: mit
- Created: 2024-03-04T20:07:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T07:57:05.000Z (over 1 year ago)
- Last Synced: 2024-03-09T08:41:43.196Z (over 1 year ago)
- Topics: example, mock, mock-server, openapi, openapi-mock-express-middleware
- Language: JavaScript
- Homepage: https://yackovlev.com/how-to-mock-api/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mock-api-example
This is an example project for learning how to mock API's for testing purposes. It's intended to be used as a reference for the blog post "How to Mock an API Server in JavaScript"