Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An AI-powered command-line tool that generates REST APIs and admin interfaces based on one line requirement

License

NotificationsYou must be signed in to change notification settings

jowilf/qwikcrud

Repository files navigation

PyPI - VersionPyPI - Python Version


qwikcrud is a powerful command-line tool designed to enhance your backend development experience by automating thegeneration of comprehensive REST APIs and admin interfaces. Say goodbye to the tedious task ofwriting repetitive CRUD (Create, Read, Update, Delete) endpoints when starting a new project, allowing developers toconcentrate on the core business logic and functionality.

Warning

The generated application is not ready for production use. Additional steps are required toset up a secure and production-ready environment.

qwikcrud demo

Table of Contents

Installation

pip install qwikcrud

Quickstart

Environment variables

Before running the command-line tool, ensure the following environment variables are configured:

Google

export GOOGLE_API_KEY="your_google_api_key"

OpenAI

export OPENAI_API_KEY="your_openai_api_key"export OPENAI_MODEL="your_openai_model"# Defaults to "gpt-3.5-turbo-1106"

Usage

To generate your application, open your terminal, run the following command and follow the instructions:

Google

qwikcrud -o output_dir

OpenAI

qwikcrud -o output_dir --ai openai

Generated Application stack

Examples

Roadmap

qwikcrud is designed to support various frameworks and AI providers. Here's an overview of what has been accomplishedandwhat is planned for the future:

Frameworks

  • FastAPI + SQLAlchemy
    • Restful APIs
    • Admin interfaces
    • Authentication
  • FastAPI + Beanie
  • Spring Boot

AI providers

  • Google (default)
  • OpenAI
  • Anthropic
  • Ollama (self-hosted LLMs)

Pricing

qwikcrud makes one API call per prompt and add a system prompt of around 900 tokens toyour prompt.

  • Google: Currently free.
  • OpenAI: With the default gpt-3.5-turbo model, each app generation costs approximately $0.003. The exact cost canvary slightly based on the model selected and the output length

Contributing

Contributions are welcome and greatly appreciated! If you have ideas for improvements or encounter issues, please feelfree to submit a pull request or open an issue.

Acknowledgments

License

qwikcrud is distributed under the terms of theApache-2.0 license.


[8]ページ先頭

©2009-2025 Movatter.jp