The Mock Data Generator is a powerful and user-friendly tool designed for developers to quickly generate and interact with mock data. Whether you're testing your APIs or populating a database, this app simplifies your workflow with multiple export and copy options.
- Download Data: Export mock data in JSON or CSV formats with a simple click.
- Generate Data: Retrieve 50 rows of data at a time for efficient testing and development.
- Copy Raw Data: Copy raw JSON data directly to your clipboard for quick integration.
- Copy INSERT Queries: Easily copy database-ready INSERT queries for:
- SQL: For use with relational databases like MySQL and PostgreSQL.
- MongoDB: For NoSQL-based data operations.
- Clone the repository
git clone https://github.com/0xRadioAc7iv/mock-data-generator.git
- Navigate to the project directory
cd mock-data-generator
- Install dependencies
npm install
- Start the development server
npm run dev
Contributions are welcome! If you have ideas for new features or improvements, please feel free to submit a pull request or create an issue in the GitHub repository.
For any questions, suggestions, or support, reach out to me at [email protected].