https://github.com/floki1250/MagicThrust
Create fake servers and generate JSON data effortlessly with AI assistance. 🚀✨
https://github.com/floki1250/MagicThrust
api backend fake-server nuxt vercel
Last synced: 11 months ago
JSON representation
Create fake servers and generate JSON data effortlessly with AI assistance. 🚀✨
- Host: GitHub
- URL: https://github.com/floki1250/MagicThrust
- Owner: floki1250
- License: mit
- Created: 2024-06-10T17:02:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T10:49:20.000Z (over 1 year ago)
- Last Synced: 2024-10-28T14:07:38.296Z (over 1 year ago)
- Topics: api, backend, fake-server, nuxt, vercel
- Language: Vue
- Homepage: https://magicthrust.vercel.app
- Size: 795 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 

# 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**
```javascript
await $fetch("/api/[id]", { method: "GET" });
```
**POST**
```javascript
await $fetch("/api/[id]", { method: "POST", body: { data: { id: id, ... } } });
```
**PUT**
```javascript
await $fetch("/api/[id]", { method: "PUT", body: { data: { id: id, ... } } });
```
**DELETE**
```javascript
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
[](https://github.com/floki1250) [](https://x.com/Adem1250_Dr)
[](https://buymeacoffee.com/adamdardour)
## License
[MIT](https://choosealicense.com/licenses/mit/)