Mocks Server
This package provides a server that simulates API behaviors. It can be added as a dependency of your project, and started simply running an NPM command.
Documentation
Please refer to the project documentation website:
Why a mocks server?
Controlling the responses of the api will improve the front-end development workflow, avoiding early dependencies with back-end. It also improves the testing and development of error cases or another cases that are commonly hard to reproduce in the real api.
Defining the api responses during the earliest phases of development will improve the communication among team members and align their expectations.
Working with Node.js, it integrates better in front-end projects as any other NPM dependency, and it will be easier for front-end developers to maintain the mocks.
Contributing
Contributors are welcome.
Please read the contributing guidelines and code of conduct.