An AI-powered command-line tool that generates RESTful APIs and admin interfaces based on user prompts
Project description
qwikcrud
qwikcrud
is a powerful command-line tool designed to enhance 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] The generated application 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
Examples
- Task Management (prompt, generated app)
Roadmap
qwikcrud
is designed to support various frameworks and AI providers. Here's an overview of what has been accomplished and
what is planned for the future:
Frameworks
- FastAPI + SQLAlchemy
- Restful APIs
- Admin interfaces
- Authentication
- FastAPI + Beanie
- Spring Boot
AI providers
- OpenAI
- Anthropic
- Ollama (self-hosted LLMs)
Pricing
qwikcrud
makes one API call per prompt and add a system prompt of around 900 tokens to
your prompt. For example, with the OpenAI GPT-3.5-turbo-1106 model, it will cost around $0.003 to generate your application.
The cost may vary depending on the output length.
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
- The FastAPI + SQLAlchemy template is inspired by the excellent work in full-stack-fastapi-postgresql by [Sebastian Ramirez (tiangolo)].
License
qwikcrud
is distributed under the terms of the Apache-2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qwikcrud-0.0.2.tar.gz
.
File metadata
- Download URL: qwikcrud-0.0.2.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49100c102de4fa812d8479e10975745767e68798ab0c19b8b611562f709c4d08 |
|
MD5 | 4e26b5bf62e3d000d46119e0ae2756fd |
|
BLAKE2b-256 | 968b0ce5a5d2049851712fc9cdc2c3f519e4ce80d7d4b7868c0e84b68f26eefd |
File details
Details for the file qwikcrud-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: qwikcrud-0.0.2-py3-none-any.whl
- Upload date:
- Size: 29.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aff2ad1f682ac54bf7ac4d3fdf77806fdb7c0d57ef813705b587a2bbb7e13606 |
|
MD5 | 746c746106c82bcbdc6ce1ac3fe203b9 |
|
BLAKE2b-256 | b2030e99e000c4cb176970973ac82cb2871567f6489bf499f0b58a6554692771 |