Code Monkey home page Code Monkey logo

zqqq / apicat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apicat/apicat

0.0 0.0 0.0 7.6 MB

ApiCat is an API development tool based on AI technology. It analyzes and identifies API requirements input by users, and automatically generates corresponding API documents and codes to help developers develop APIs more quickly and efficiently.

Home Page: http://demo.apicat.net

License: MIT License

JavaScript 7.13% Go 27.62% TypeScript 28.22% CSS 1.29% HTML 2.94% Vue 28.47% Dockerfile 0.11% SCSS 4.22%

apicat's Introduction

ApiCat

English | 简体中文

ApiCat is an API development tool based on AI technology, which aims to help developers develop APIs more quickly and efficiently through automation and intelligence. ApiCat supports the import and export of OpenAPI and Swagger data files, and can analyze and identify the API requirements entered by users, and automatically generate corresponding API documents and codes.

You can visit our Online Demo to try it out.

ApiCat is still in its early stages, Star and Watch are welcome to follow the latest developments of the project.

Features

Demo

AI-generate-schema

AI-generate-api-by-schema

AI-generate-api

Overview

  • Support OpenAPI and Swagger data file import and export, which is convenient for developers to describe and manage API specifications.
  • Through AI technology, the requirements and structure of the API can be automatically identified, and corresponding API documents and codes can be generated to improve development efficiency and quality.

Installation and deployment

Get Code

git clone https://github.com/apicat/apicat.git

Compile and start the service

# Enter project
cd apicat

# Compile the front-end code
cd frontend 
pnpm install
pnpm build

# Update collation dependencies
go mod tidy

# Compile project
go build

# Modify the configuration file
# You can copy the configuration file content of config/setting.default.yaml for configuration modification
cp ./config/setting.default.yaml ./
vim ./setting.default.yaml

# start service(default configuration)
./apicat
# start service(custom configuration)
./apicat -c setting.default.yaml

Contact

The growth of ApiCat is inseparable from each of its users. If you have any content that you want to discuss with us, please contact us and join our WeChat discussion group through the QR code below.

Wechat Group

License

MIT

apicat's People

Contributors

afocus avatar facaiii avatar gunnzhao avatar hidumou avatar motecshine 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.