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 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
- 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.1.tar.gz
.
File metadata
- Download URL: qwikcrud-0.0.1.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbc5fc518e8202a247a9ed4a961b81046f29b2e10d02bbaa4cd94a6080bb2d51 |
|
MD5 | f859f2e147776ee64294ec3c65592276 |
|
BLAKE2b-256 | e79b69bf3afec2df5ac72668f184aaaef92fbc4fe90ac2b91fdcf94792f7b511 |
File details
Details for the file qwikcrud-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: qwikcrud-0.0.1-py3-none-any.whl
- Upload date:
- Size: 28.9 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 | 7b1685402ba0517f6cbc13ea5b3002914fd4a5cbb1feae77e76cc372af07370b |
|
MD5 | f7f8a07f9754e8bbdd5edd4e97faa7b1 |
|
BLAKE2b-256 | 103febb70a6f5dea3ce5a6fbc5527f9b48d29e127eddd6a5a2c02c123d88f913 |