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

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"

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"