-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from igorbenav/showcase
Showcase page
- Loading branch information
Showing
5 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: FastCRUD Project Showcase | ||
about: Submit your project to be featured in the FastCRUD showcase | ||
title: 'Showcase: ' | ||
labels: 'showcase' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Project Name** | ||
The name of your project | ||
|
||
**Category** | ||
Choose one: Tutorial, Open Source Project, Application, Commercial Service | ||
|
||
**Description** | ||
Brief description of what your project does (2-3 sentences) | ||
|
||
**Author** | ||
Your name or GitHub handle | ||
|
||
**Project Links** | ||
Relevant links based on your project type (Tutorial URL, Repository, Product URL, etc.) | ||
|
||
**FastCRUD Features** | ||
What FastCRUD features does your project use? (FastCRUD class, Endpoint Creator, etc.) | ||
|
||
**Additional Information** | ||
Any other details you'd like to share about your project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Submit Your Project | ||
|
||
!!! tip "Share Your Work" | ||
Have you built something with FastCRUD? We'd love to feature it in our showcase! | ||
|
||
## Project Categories | ||
|
||
!!! example "What You Can Submit" | ||
- **Tutorials**: Step-by-step guides teaching others how to build with FastCRUD | ||
- **Open Source Projects**: Libraries, tools, or applications others can use and learn from | ||
- **Applications**: Web apps, desktop tools, or services built with FastCRUD | ||
- **Commercial Services**: Products or services powered by FastCRUD | ||
|
||
## How to Submit | ||
|
||
!!! info "Submission Steps" | ||
1. Create a new issue using our [Showcase Submission Template](https://github.com/igorbenav/fastcrud/issues/new?assignees=&labels=showcase&projects=&template=showcase-submission.md&title=Showcase%3A+) | ||
2. Fill in the relevant information for your project type | ||
3. We'll review your submission and add it to the showcase! | ||
|
||
## Requirements by Category | ||
|
||
!!! success "What We Look For" | ||
**For Tutorials:** | ||
|
||
- Clear step-by-step instructions | ||
- Working code examples | ||
- Explanation of concepts used | ||
|
||
**For Open Source Projects:** | ||
|
||
- Public repository | ||
- Basic documentation | ||
- Installation/usage instructions | ||
|
||
**For Applications/Services:** | ||
|
||
- Public demo or screenshots | ||
- Description of FastCRUD features used | ||
- Link to live service (if applicable) | ||
|
||
## Need Help? | ||
|
||
!!! question "Questions?" | ||
Need help with your submission? We're here to help! | ||
|
||
- Open a discussion on [GitHub](https://github.com/igorbenav/fastcrud/discussions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Showcase | ||
|
||
!!! example "**Categories**" | ||
Browse by type: [Applications](#applications) · [Tutorials](#tutorials) | ||
|
||
## Applications | ||
|
||
!!! tip "Be the First!" | ||
No applications yet. Have you built something with FastCRUD? We'd love to feature it here! | ||
|
||
**[Submit Your Project](community/showcase_submission.md)** | ||
|
||
## Open Source | ||
|
||
!!! success "FastAPI Boilerplate" | ||
|
||
**By FastCRUD Team** · [Source](https://github.com/igorbenav/FastAPI-boilerplate) | ||
|
||
FastAPI boilerplate creates an extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0 and PostgreSQL. | ||
|
||
`Template` `FastAPI` `Boilerplate` | ||
|
||
!!! success "Email Assistant API" | ||
|
||
**By FastCRUD Team** · [Source](https://github.com/igorbenav/email-assistant-api) | ||
|
||
A personalized email writing assistant built with FastAPI, OpenAI's API, and FastCRUD. | ||
|
||
`OpenAI` `LLM` `AI` | ||
|
||
!!! success "SQLModel Boilerplate" | ||
|
||
**By FastCRUD Team** · [Source](https://github.com/igorbenav/SQLModel-boilerplate) | ||
|
||
SQLModel boilerplate creates an extendable async API using FastAPI, SQLModel and PostgreSQL. | ||
|
||
`Template` `SQLModel` `Boilerplate` | ||
|
||
## Tutorials | ||
|
||
!!! note "Creating LLM Powered APIs with FastAPI" | ||
**By FastCRUD Team** · [View Tutorial](https://medium.com/@igorbenav/creating-llm-powered-apis-with-fastapi-in-2024-aecb02e40b8f) | ||
|
||
Learn the basics of creating LLM powered APIs with FastCRUD. | ||
|
||
`FastAPI` `AI` `Beginner` `LLM` | ||
|
||
--- | ||
|
||
!!! question "Add Your Project" | ||
Built something with FastCRUD? We'd love to showcase it! | ||
|
||
**[Submit Your Project](community/showcase_submission.md)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters