Code Monkey home page Code Monkey logo

apijson-node.ts's Introduction

APIJSON.NODE-TS

通用文档   在线工具

APIJSON是一种为API而生的JSON网络传输协议。
为 简单的增删改查、复杂的查询、简单的事务操作 提供了完全自动化的API。
通过自动化API,前端可以定制任何数据、任何结构!



快速上手

  1. 运行 yarn inpm i -g ts-node.
  2. 设置数据库 ormconfig.json
  3. 在vscode上 执行快捷键ctrl+shift+p 输入 Toggle Auto Attach, 启用自动附加。然后在vscode 命令行中运行 yarn nodemon
  4. 发送请求 GET /users 初始化数据
  5. 测试 POST /apijson
    {
        "[]":{
            "User":{
                "id":1
            },
            "Message":{
                "id":1
            }
        }
    }

QQ技术交流群:607020115(群1) 739316921(群2)

如果有什么问题或建议可以提ISSUE、加群或者发我邮件,交流技术,分享经验。

其它项目

APIJSON.JAVA 🚀后端接口和文档自动化,前端(客户端) 定制返回JSON的数据和结构!

APIJSONAuto 自动化接口管理工具,自动生成文档与注释、自动生成代码、自动化回归测试、自动静态检查等

APIJSON.NET C# 版 APIJSON ,支持 MySQL, PostgreSQL, MS SQL Server, Oracle, SQLite

APIJSON-Android-RxJava 仿微信朋友圈动态实战项目,ZBLibrary(UI) + APIJSON(HTTP) + RxJava(Data)

apijson-node.ts's People

Contributors

testsla avatar tommylemon avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.