Skip to content

Create fake servers and generate JSON data effortlessly with AI assistance. 🚀✨

License

Notifications You must be signed in to change notification settings

floki1250/MagicThrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt TypeScript TypeScript

MagicThrust

Create fake servers and generate JSON data effortlessly with AI assistance. 🚀✨

Overview

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.

Getting Started

To get started with MagicThrust, follow these steps:

  1. Enter a description for the JSON you want to generate.
  2. Click the "Generate JSON" button to get sample JSON data.
  3. Edit the JSON data if needed in the textarea provided.
  4. Click the "Create Server" button to create a fake server with the JSON data.

Features

  • 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! ✨.

API

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 } });

FAQ

What is MagicThrust?

MagicThrust is an application that allows you to generate and format JSON data and create fake servers easily.

How does the AI JSON generation work?

The AI JSON generation uses a text prompt to create sample JSON data based on the description you provide.

Contact

GitHub X Coffee

License

MIT

About

Create fake servers and generate JSON data effortlessly with AI assistance. 🚀✨

Topics

Resources

License

Stars

Watchers

Forks