Skip to main content

An AI-powered command-line tool that generates RESTful APIs and admin interfaces based on user prompts

Project description

qwikcrud

PyPI - Version PyPI - Python Version


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

⚠️ Warning While the generated application works fine, it is not ready for production use. Additional steps are required to set up a secure and production-ready environment.

Table of Contents

Installation

pip install qwikcrud

Quickstart

Environment variables

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

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:

qwikcrud -o output_dir

Generated Application stack

Roadmap

QwikCrud is designed to support various stacks and AI providers. Here's an overview of what has been accomplished and what is planned for the future:

  • FastAPI + SQLAlchemy
    • CRUD Endpoints
    • Admin interface with Starlette-admin
    • File Management with SQLAlchemy-file
    • Authentication
  • FastAPI + Beanie
  • SpringBoot
  • Local LLMs support.

Contributing

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

Acknowledgments

License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qwikcrud-0.0.1.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

qwikcrud-0.0.1-py3-none-any.whl (28.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page