10000 GitHub - gappbox/mockly at refs/heads/main
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ mockly Public

Easily generate and manage mock data for testing and development

License

Notifications You must be signed in to change notification settings

gappbox/mockly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 Mockly

GitHub Stars License Docker Pulls Version Docker Image Size

Effortless mock data generation for testing, development, and prototyping.


🌟 Overview

Mockly is your powerful companion for generating and managing synthetic (mock) data.

Designed for:

  • 🛠️ Testing your application functionality
  • 🎨 Prototyping and showcasing UIs
  • Speeding up your development workflows

Mockly helps you stop wasting time on manual data creation — and focus on building what matters.


✨ Features

Feature Description
🔧 Custom Fields Define data fields with categories and types that fit your needs.
🧩 Field Templates Use pre-configured templates to quickly apply common setups and save time.
🧪 Mock Data Generation Generate structured JSON data that looks realistic.
🎯 Adjustable Output Set the exact number of records to generate.
📤 Export Options Easily export the data for use in other tools or applications.
🌓 Light & Dark Themes Seamlessly switch between light and dark modes for a better UX.

🐳 Self-Hosting

Easily run Mockly anywhere with Docker — perfect for local development, testing, or private use.

🚀 Launch in Seconds

1. Pull the latest Mockly image:

docker pull gappbox/mockly:latest

2. Run the container:

docker run -d -p 5174:5174 --name mockly gappbox/mockly:latest

📦 Docker Compose Setup

If you prefer Docker Compose for easier management:

services:
  mockly:
    container_name: mockly
    image: gappbox/mockly:latest
    ports:
      - "5174:5174"
    restart: always

Steps:

  1. Save the configuration as docker-compose.yml
  2. Start the container: docker-compose up -d
  3. Access Mockly at http://localhost:5174

📄 License

Distributed under the MIT License. Feel free to use, modify, and contribute!

0