ycd / manage-fastapi

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
https://github.com/ycd/manage-fastapi
MIT License
1.63k stars 106 forks source link

Examples section #31

Open hp0404 opened 3 years ago

hp0404 commented 3 years ago

Hello,

Could you link to a couple of projects built with this template? I think it would help if beginners like me could see how all the parts of the project work together

Thanks!

PSKP-95 commented 3 years ago

I have also expected an example project created using all functionalities.

Kludex commented 3 years ago

I will check in the next days. 😗 Do you have any ideas? @ycd

ycd commented 3 years ago

No idea atm, but yeah, sure we can create an example :kissing:

afgarcia86 commented 3 years ago

Bump for examples... not really sure where to start adding endpoints

jsenecal commented 2 years ago

Bump

@UGuntupalli Comments like this serve no purpose other than polluting the thread. Adding a reaction such as a 👍 to the original issue comment is better to indicate an interest on getting this resolved.

Instead, adding a comment to explain your use-case, and why it is important for you that this issue gets resolved helps the maintainers of the project to assess the need and requirements.

Back to topic...

I too would like to see some examples, so far the manage-fastapi tool is great to generate some boilerplate but we're left with the task to reverse engineer the whole thing on our own on first use. Adding either a tutorial or demo project would help but so would describing the design decisions.

In any case, thanks for a great project.

UGuntupalli commented 2 years ago

Bump

@UGuntupalli Comments like this serve no purpose other than polluting the thread. Adding a reaction such as a 👍 to the original issue comment is better to indicate an interest on getting this resolved.

Instead, adding a comment to explain your use-case, and why it is important for you that this issue gets resolved helps the maintainers of the project to assess the need and requirements.

Back to topic...

I too would like to see some examples, so far the manage-fastapi tool is great to generate some boilerplate but we're left with the task to reverse engineer the whole thing on our own on first use. Adding either a tutorial or demo project would help but so would describing the design decisions.

In any case, thanks for a great project.

@jsenecal: Thank you. Would appreciate if you can state your point in a kinder way. The intent is not to "pollute" the thread rather get the attention of package owners/maintainers on the topic because I am also looking for the exact same thing.

ycd commented 2 years ago

Hey there, i just opened a PR to add an examples section. It is not merged yet, but you can play with it in the add-examples branch.