Giter VIP home page Giter VIP logo

auto-api-ui's Introduction

Hi there ๐Ÿ‘‹

I'm Gwendolyn Faraday

Software Developer | Content Creator

I create videos, courses, or articles on the following topics:

  • Python
  • Fast API
  • Django
  • Golang
  • Postgres
  • Vue.js
  • JavaScript

My GitHub stats

This doesn't take into account the work done in forks, organizations, or private repos.

Github stats

auto-api-ui's People

Contributors

gwenf avatar

Watchers

 avatar

auto-api-ui's Issues

Snapshooting the changes

Create file format / design schema for introduced changes to make them undo and redo-able.
Migration based model?

Defining a new Crud item

API Name:

/cats

Describe one item as an object:

{
  id: 3,
  name: 'Fluffy',
  age: 5,
  children: [
    6,
    7,
    8
  ]
}

After describing it, a UI for controlling each of these values would appear. To set the type, and if something is an ID and if so, what table the ID refers to. children are the kittens of this cat, they each have an ID for their cat object. Each property has a "type" value, number, string, any, array, id. If you pick id then you must select a table that the ID relates to (cats, toys, food)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.