Create fake servers and generate JSON data effortlessly with AI assistance. 🚀✨
Welcome to MagicThrust! This application allows you to create fake servers and generate JSON data with AI assistance. Below you'll find a detailed guide on how to use each feature of the app.
To get started with MagicThrust, follow these steps:
- Enter a description for the JSON you want to generate.
- Click the "Generate JSON" button to get sample JSON data.
- Edit the JSON data if needed in the textarea provided.
- Click the "Create Server" button to create a fake server with the JSON data.
- AI JSON Generation: Generate JSON data based on a simple text prompt.
- JSON Formatting: Automatically format your JSON data for readability.
- Fake Server Creation: Easily create a fake server with your JSON data.
- Data Diagram: Visualizes your data effortlessly! ✨.
MagicThrust provides the following API methods:
GET
await $fetch("/api/[id]", { method: "GET" });
POST
await $fetch("/api/[id]", { method: "POST", body: { data: { id: id, ... } } });
PUT
await $fetch("/api/[id]", { method: "PUT", body: { data: { id: id, ... } } });
DELETE
await $fetch("/api/[id]", { method: "DELETE", body: { id: id } });
MagicThrust is an application that allows you to generate and format JSON data and create fake servers easily.
The AI JSON generation uses a text prompt to create sample JSON data based on the description you provide.