#typescript #admin_dashboard #admin_ui #airtable #airtable_alternative #automatic_api #hacktoberfest #low_code #mariadb #mysql #no_code #no_code_database #no_code_platform #postgresql #rest_api #restful_api #spreadsheet #sqlite #sqlserver #swagger
NocoDB is a free and open-source alternative to Airtable, making it easy to build databases online. It offers a rich spreadsheet interface with features like sorting, filtering, and multiple view types. You can share bases or views publicly or privately and control access with roles. NocoDB also has an app store for workflow automations and supports programmatic access through REST APIs and SDKs. It's easy to install using Docker or a single command auto-install script, and it's available in various languages. This tool helps you manage data efficiently without vendor lock-in, making it a powerful resource for any internet business looking to democratize access to database tools.
https://github.com/nocodb/nocodb
NocoDB is a free and open-source alternative to Airtable, making it easy to build databases online. It offers a rich spreadsheet interface with features like sorting, filtering, and multiple view types. You can share bases or views publicly or privately and control access with roles. NocoDB also has an app store for workflow automations and supports programmatic access through REST APIs and SDKs. It's easy to install using Docker or a single command auto-install script, and it's available in various languages. This tool helps you manage data efficiently without vendor lock-in, making it a powerful resource for any internet business looking to democratize access to database tools.
https://github.com/nocodb/nocodb
GitHub
GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative
🔥 🔥 🔥 Open Source Airtable Alternative. Contribute to nocodb/nocodb development by creating an account on GitHub.
#rust #auto_generated #compile_time #documentation #generated #openapi #openapi_documentation #openapi31 #rest #rest_api #rest_api_documentation #rust #swagger
Utoipa is a tool that helps you create OpenAPI documentation for your Rust REST APIs automatically. It saves you time by generating the documentation from your code, so you don't have to write it manually. Here’s how it benefits you Utoipa is simple to integrate with various web frameworks like Actix, Axum, and Rocket, or even without one.
- **Automatic Documentation** You can customize the documentation with various features and support for different data types.
- **Efficient**: It focuses on being minimal, simple, and fast, allowing you to concentrate on writing the actual API logic.
Overall, Utoipa makes documenting your API easier and more efficient.
https://github.com/juhaku/utoipa
Utoipa is a tool that helps you create OpenAPI documentation for your Rust REST APIs automatically. It saves you time by generating the documentation from your code, so you don't have to write it manually. Here’s how it benefits you Utoipa is simple to integrate with various web frameworks like Actix, Axum, and Rocket, or even without one.
- **Automatic Documentation** You can customize the documentation with various features and support for different data types.
- **Efficient**: It focuses on being minimal, simple, and fast, allowing you to concentrate on writing the actual API logic.
Overall, Utoipa makes documenting your API easier and more efficient.
https://github.com/juhaku/utoipa
GitHub
GitHub - juhaku/utoipa: Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust - juhaku/utoipa
#powershell #azure #cloud #openapi #rest #swagger
This repository provides the official REST API specifications for Microsoft Azure. It helps developers understand and use Azure services by providing detailed information on API structures, terminology, and steps to get started. For example, you can learn about "Offerings," "Skus," and "Features" which are important concepts in Azure's product hierarchy. The repository also guides you on how to contribute using OpenAPI specifications and how to generate SDKs and API documentation. This makes it easier for developers to build and integrate Azure services into their applications efficiently.
https://github.com/Azure/azure-rest-api-specs
This repository provides the official REST API specifications for Microsoft Azure. It helps developers understand and use Azure services by providing detailed information on API structures, terminology, and steps to get started. For example, you can learn about "Offerings," "Skus," and "Features" which are important concepts in Azure's product hierarchy. The repository also guides you on how to contribute using OpenAPI specifications and how to generate SDKs and API documentation. This makes it easier for developers to build and integrate Azure services into their applications efficiently.
https://github.com/Azure/azure-rest-api-specs
GitHub
GitHub - Azure/azure-rest-api-specs: The source for REST API specifications for Microsoft Azure.
The source for REST API specifications for Microsoft Azure. - Azure/azure-rest-api-specs
#go #admin #gf #gf_admin #gf_vue_admin #go #go_admin #go_framework #goframe #golang #gva #hg #hotgo #jwt #swagger #uniapp #vue #vue_admin
HotGo V2 is a powerful framework for building applications quickly and efficiently. It uses advanced technologies like GoFrame, Vue 3, NaiveUI, and TypeScript, making it ideal for developing complete applications. The framework offers high productivity with features like rapid code generation, modular design, and plugin support. You can create a full application skeleton in minutes and customize it easily. It also includes many built-in functions such as user management, department management, payment gateways, and service monitoring. This makes it very beneficial for developers as it saves time and simplifies the development process. Additionally, HotGo V2 is open-source and free to use under the MIT license.
https://github.com/bufanyun/hotgo
HotGo V2 is a powerful framework for building applications quickly and efficiently. It uses advanced technologies like GoFrame, Vue 3, NaiveUI, and TypeScript, making it ideal for developing complete applications. The framework offers high productivity with features like rapid code generation, modular design, and plugin support. You can create a full application skeleton in minutes and customize it easily. It also includes many built-in functions such as user management, department management, payment gateways, and service monitoring. This makes it very beneficial for developers as it saves time and simplifies the development process. Additionally, HotGo V2 is open-source and free to use under the MIT license.
https://github.com/bufanyun/hotgo
GitHub
GitHub - bufanyun/hotgo: HotGo 是一个基于 vue 和 goframe2.0 开发的全栈前后端分离的开发基础平台和移动应用平台,集成jwt鉴权,动态路由,动态菜单,casbin鉴权,消息队列,定时任务等功能,提供多种常用场…
HotGo 是一个基于 vue 和 goframe2.0 开发的全栈前后端分离的开发基础平台和移动应用平台,集成jwt鉴权,动态路由,动态菜单,casbin鉴权,消息队列,定时任务等功能,提供多种常用场景文件,让您把更多时间专注在业务开发上。 - bufanyun/hotgo
#go #annotations #golang #openapi #swagger #swagger2
Swag is a tool that helps you generate Swagger 2.0 documentation for your Go API projects. Here’s how it benefits you Swag supports various Go web frameworks like Gin, Echo, and Net/HTTP, making it easy to integrate into your existing project.
- **Automated Documentation** You can use specific annotations to describe API operations, parameters, responses, and security settings, giving you full control over the documentation.
- **Formatting** It allows you to override types, ignore fields, and add custom extensions to your Swagger definitions.
To get started, you install Swag, add comments to your code, and run `swag init` to generate the documentation. This makes maintaining and sharing your API documentation much simpler.
https://github.com/swaggo/swag
Swag is a tool that helps you generate Swagger 2.0 documentation for your Go API projects. Here’s how it benefits you Swag supports various Go web frameworks like Gin, Echo, and Net/HTTP, making it easy to integrate into your existing project.
- **Automated Documentation** You can use specific annotations to describe API operations, parameters, responses, and security settings, giving you full control over the documentation.
- **Formatting** It allows you to override types, ignore fields, and add custom extensions to your Swagger definitions.
To get started, you install Swag, add comments to your code, and run `swag init` to generate the documentation. This makes maintaining and sharing your API documentation much simpler.
https://github.com/swaggo/swag
GitHub
GitHub - swaggo/swag: Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Automatically generate RESTful API documentation with Swagger 2.0 for Go. - swaggo/swag
#html #mitmproxy #openapi #reverse_engineering #swagger
This tool, called `mitmproxy2swagger`, helps you automatically create API documentation from the traffic your apps generate. Here’s how it benefits you:
You can capture the HTTP traffic of your apps using `mitmproxy` or browser DevTools, and then convert this traffic into OpenAPI 3.0 specifications. This process is automated, so you don't need to manually write the API documentation. You can run the tool multiple times with different captures, and it will merge the data safely. The tool also allows you to add example data and headers to the requests and responses, making your API documentation more comprehensive. This saves time and effort in documenting your APIs accurately.
https://github.com/alufers/mitmproxy2swagger
This tool, called `mitmproxy2swagger`, helps you automatically create API documentation from the traffic your apps generate. Here’s how it benefits you:
You can capture the HTTP traffic of your apps using `mitmproxy` or browser DevTools, and then convert this traffic into OpenAPI 3.0 specifications. This process is automated, so you don't need to manually write the API documentation. You can run the tool multiple times with different captures, and it will merge the data safely. The tool also allows you to add example data and headers to the requests and responses, making your API documentation more comprehensive. This saves time and effort in documenting your APIs accurately.
https://github.com/alufers/mitmproxy2swagger
GitHub
GitHub - alufers/mitmproxy2swagger: Automagically reverse-engineer REST APIs via capturing traffic
Automagically reverse-engineer REST APIs via capturing traffic - alufers/mitmproxy2swagger
#typescript #backend #chakra_ui #docker #fastapi #frontend #json #json_schema #jwt #letsencrypt #openapi #postgresql #python #react #sqlmodel #swagger #tanstack_query #tanstack_router #traefik #typescript
This template helps you quickly set up a full-stack application using FastAPI for the backend and React for the frontend. It includes tools like PostgreSQL for the database, Docker Compose for development and production, and secure features like JWT authentication and password recovery. The template also supports dark mode, automatic HTTPS certificates, and continuous integration and deployment through GitHub Actions. You can easily clone or fork the repository and customize it using environment variables. This makes it easy to start building your application quickly and securely.
https://github.com/fastapi/full-stack-fastapi-template
This template helps you quickly set up a full-stack application using FastAPI for the backend and React for the frontend. It includes tools like PostgreSQL for the database, Docker Compose for development and production, and secure features like JWT authentication and password recovery. The template also supports dark mode, automatic HTTPS certificates, and continuous integration and deployment through GitHub Actions. You can easily clone or fork the repository and customize it using environment variables. This makes it easy to start building your application quickly and securely.
https://github.com/fastapi/full-stack-fastapi-template
GitHub
GitHub - fastapi/full-stack-fastapi-template: Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL…
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. - fastapi/full-stack-fastapi-template
#go #go #grpc #grpc_gateway #openapi #rest_api #restful_api #swagger
gRPC-Gateway is a tool that helps convert gRPC services into RESTful HTTP APIs. This means you can use both gRPC and REST with the same service, making it easier for different types of clients to access your API. It works by generating a reverse proxy server that translates between gRPC and HTTP requests. The benefit is that you don't need to create separate APIs for different client types, which simplifies development and makes your service more accessible[1][3][5].
https://github.com/grpc-ecosystem/grpc-gateway
gRPC-Gateway is a tool that helps convert gRPC services into RESTful HTTP APIs. This means you can use both gRPC and REST with the same service, making it easier for different types of clients to access your API. It works by generating a reverse proxy server that translates between gRPC and HTTP requests. The benefit is that you don't need to create separate APIs for different client types, which simplifies development and makes your service more accessible[1][3][5].
https://github.com/grpc-ecosystem/grpc-gateway
GitHub
GitHub - grpc-ecosystem/grpc-gateway: gRPC to JSON proxy generator following the gRPC HTTP spec
gRPC to JSON proxy generator following the gRPC HTTP spec - grpc-ecosystem/grpc-gateway
❤1
#python #api #async #asyncio #fastapi #framework #json #json_schema #openapi #openapi3 #pydantic #python #python_types #python3 #redoc #rest #starlette #swagger #swagger_ui #uvicorn #web
FastAPI is a modern Python web framework for building fast, reliable APIs that is easy to learn and quick to code, making it ready for production use right away. It uses standard Python type hints, which means you get automatic data validation, fewer bugs, and great editor support with code completion and type checks. FastAPI also generates interactive documentation automatically, so you and your team can understand and test your API easily. The main benefit is that you can develop robust, high-performance APIs much faster and with less effort, while reducing errors and making your code easier to maintain[1][2][3].
https://github.com/fastapi/fastapi
FastAPI is a modern Python web framework for building fast, reliable APIs that is easy to learn and quick to code, making it ready for production use right away. It uses standard Python type hints, which means you get automatic data validation, fewer bugs, and great editor support with code completion and type checks. FastAPI also generates interactive documentation automatically, so you and your team can understand and test your API easily. The main benefit is that you can develop robust, high-performance APIs much faster and with less effort, while reducing errors and making your code easier to maintain[1][2][3].
https://github.com/fastapi/fastapi
GitHub
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production
FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi
👍1
#javascript #hacktoberfest #oas #open_source #openapi #openapi_specification #openapi3 #openapi31 #rest #rest_api #swagger #swagger_api #swagger_js #swagger_oss #swagger_ui
Swagger UI is a tool that helps developers and users interact with APIs. It creates a visual interface from OpenAPI specifications, making it easy to understand and use APIs without needing to know the underlying code. This tool benefits users by providing clear documentation and allowing them to test API methods directly from the interface. It also supports collaboration and compliance with the latest OpenAPI standards, making it easier to develop and consume APIs efficiently[1][3][5].
https://github.com/swagger-api/swagger-ui
Swagger UI is a tool that helps developers and users interact with APIs. It creates a visual interface from OpenAPI specifications, making it easy to understand and use APIs without needing to know the underlying code. This tool benefits users by providing clear documentation and allowing them to test API methods directly from the interface. It also supports collaboration and compliance with the latest OpenAPI standards, making it easier to develop and consume APIs efficiently[1][3][5].
https://github.com/swagger-api/swagger-ui
GitHub
GitHub - swagger-api/swagger-ui: Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful…
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. - swagger-api/swagger-ui