Everything you need to know about using mockr to generate realistic, context-aware mock data for your applications.
Get up and running with mockr in minutes
Install the mockr CLI globally using npm, yarn, or pnpm to get started.
Create a new mockr project with a sample configuration file to get started quickly.
Use the CLI or web interface to generate mock data based on your schema or model.
12345678// Install mockr CLI npm install -g @mockr/cli // Initialize a new project mockr init my-project // Generate mock data based on your schema mockr generate --schema ./schema.json --output ./mock-data.json
Comprehensive guides and references to help you make the most of mockr
Learn the basics of mockr with our beginner-friendly guides and tutorials.
Read GuideDetailed documentation of all API endpoints, parameters, and response formats.
View ReferenceLearn how to use the mockr command-line interface for automated workflows.
View CommandsWatch step-by-step video guides on using mockr's features effectively.
Watch TutorialsBrowse example projects and use cases to jumpstart your implementation.
View ExamplesContribute to mockr, report issues, or explore the source code on GitHub.
Visit GitHubSupercharge your development workflow with mockr today.