You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,30 @@
1
1
<palign="center">
2
-
<ahref="https://igorbenav.github.io/fastcrud/">
3
-
<img src="https://github.com/igorbenav/fastcrud/blob/main/assets/fastcrud.png?raw=true" alt="FastCRUD written in white with a drawing of a gear and inside this gear a bolt." width="45%" height="auto">
2
+
<ahref="https://benavlabs.github.io/fastcrud/">
3
+
<img src="https://github.com/benavlabs/fastcrud/blob/main/assets/fastcrud.png?raw=true" alt="FastCRUD written in white with a drawing of a gear and inside this gear a bolt." width="45%" height="auto">
4
4
</a>
5
5
</p>
6
6
<palign="center"markdown=1>
7
7
<i>Powerful CRUD methods and automatic endpoint creation for FastAPI.</i>
<b>FastCRUD</b> is a Python package for <b>FastAPI</b>, offering robust async CRUD operations and flexible endpoint creation utilities, streamlined through advanced features like <b>auto-detected join</b> conditions, <b>dynamic sorting</b>, and offset and cursor <b>pagination</b>.
In this example, we define custom endpoints for creating and reading items using FastCRUD directly, providing more flexibility in how the endpoints are structured and how the responses are handled.
214
214
215
-
To read more detailed descriptions, go to the <ahref="https://igorbenav.github.io/fastcrud/">documentation</a>.
215
+
To read more detailed descriptions, go to the <ahref="https://benavlabs.github.io/fastcrud/">documentation</a>.
216
216
217
217
<h2>Showcase</h2>
218
218
219
-
Browse our [showcase](https://igorbenav.github.io/fastcrud/showcase/) to see projects and tutorials built with FastCRUD:
219
+
Browse our [showcase](https://benavlabs.github.io/fastcrud/showcase/) to see projects and tutorials built with FastCRUD:
220
220
221
221
- 🚀 **Applications**: Web apps and services powered by FastCRUD
222
222
- 📖 **Open Source**: Libraries and tools built with FastCRUD
223
223
- 📝 **Tutorials**: Learn how to build with FastCRUD
224
224
225
225
<h3>Featured Projects</h3>
226
226
227
-
-**[FastAPI Boilerplate](https://github.com/igorbenav/FastAPI-boilerplate)**: Extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0 and PostgreSQL
227
+
-**[FastAPI Boilerplate](https://github.com/benavlabs/FastAPI-boilerplate)**: Extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0 and PostgreSQL
228
228
-**[Email Assistant API](https://github.com/igorbenav/email-assistant-api)**: Personalized email writing assistant using OpenAI
229
-
-**[SQLModel Boilerplate](https://github.com/igorbenav/SQLModel-boilerplate)**: Async API boilerplate using FastAPI, SQLModel and PostgreSQL
229
+
-**[SQLModel Boilerplate](https://github.com/benavlabs/SQLModel-boilerplate)**: Async API boilerplate using FastAPI, SQLModel and PostgreSQL
230
230
231
231
<h3>Share Your Project</h3>
232
232
233
-
Built something with FastCRUD? We'd love to feature it! Submit your project through our [showcase submission process](https://igorbenav.github.io/fastcrud/community/showcase_submission/).
233
+
Built something with FastCRUD? We'd love to feature it! Submit your project through our [showcase submission process](https://benavlabs.github.io/fastcrud/community/showcase_submission/).
234
234
235
235
## References
236
236
@@ -249,5 +249,5 @@ Built something with FastCRUD? We'd love to feature it! Submit your project thro
249
249
250
250
## Contact
251
251
252
-
Igor Magalhaes – [@igormagalhaesr](https://twitter.com/igormagalhaesr) – [email protected]
0 commit comments