Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nedelab/crudcreator
CRUDCreator lets you create CRUD interfaces faster.
https://github.com/nedelab/crudcreator
crud fastapi python rest-api sql sqlalchemy
Last synced: 4 days ago
JSON representation
CRUDCreator lets you create CRUD interfaces faster.
- Host: GitHub
- URL: https://github.com/nedelab/crudcreator
- Owner: nedelab
- License: mit
- Created: 2024-04-16T18:42:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T18:12:56.000Z (6 months ago)
- Last Synced: 2024-09-18T03:59:34.707Z (about 2 months ago)
- Topics: crud, fastapi, python, rest-api, sql, sqlalchemy
- Language: Python
- Homepage: https://www.crudcreator.com
- Size: 2.25 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. figure:: https://raw.githubusercontent.com/nedelab/crudcreator/master/src/crudcreator/docs/source/images/banner.svg
:align: center
:alt: CRUDCreator
:scale: 100%|
|
CRUDCreator is a Python module that lets you build CRUD interfaces much faster.
**The key features**:
* Can generate a CRUD interface (e.g. a REST API) from another CRUD interface (e.g. a SQL database).
* Plenty of modules to easily transform your CRUD interface.
* Remains 100% customizable with your Python code (no technological trap, you retain your freedom).
**The benefits**:
* No more repetitive code.
* Implements CRUD best practices automatically.
|
Installation
================To install the module, please run the following command in your Python virtual environment:
.. code-block:: bash
pip install crudcreator
Getting Started
==================For a quick start, please check out : https://www.crudcreator.com/tutorial/getting-started
Tutorial
==================To learn how to use crudcreator, please check out : https://www.crudcreator.com/tutorial
Documentation
==================To access the documentation, please follow : https://www.crudcreator.com/documentation
Source
==================To access the source, please follow : https://github.com/nedelab/crudcreator
License
==================CRUDCreator is published under the MIT license.
Please check out : https://github.com/nedelab/crudcreator/tree/master/LICENSEContributing
==================If you would like to contribute to the project, thank you! I'll let you refer to the following document: https://www.crudcreator.com/contributing