MockMyData is a fast, no-login web utility for developers to parse raw, messy data and instantly generate clean JSON API endpoints for prototyping.
- Drag-and-Drop: Easily upload CSV or raw data.
- Instant API: Generates a unique, expiring endpoint for your data.
- Security: IP-based rate limiting (5 req/min) to prevent abuse.
- Modern UI: Clean interface built with glassmorphic design principles.
- Clone: Copy this repository into your XAMPP
htdocsfolder. - Environment: Ensure Apache and MySQL are running.
- Database: Import the
schema.sqlfile into phpMyAdmin. - Config: Update
db.phpwith your local database credentials.
- Frontend: HTML5, CSS3 (Custom Glassmorphic Design).
- Backend: PHP 8+.
- Database: MySQL (via XAMPP).