PythonNest / PyNest

PyNest is a Python framework built on top of FastAPI that follows the modular architecture of NestJS
https://pythonnest.github.io/PyNest
MIT License
643 stars 45 forks source link

Looking for more complete examples #53

Open matuu opened 2 months ago

matuu commented 2 months ago

Hello! I'm so grateful for the framework. I really like it! I'm searching some more complete examples of usage to help me understand how to use it in more real-life projects. For instance, how would you suggest I integrate another FastAPI-related project? I'd love to use fastapi-users but I'm not sure how to integrate with it.

ItayTheDar commented 2 months ago

Hi @matuu

Just wanted to add here an update. You have asked for a more complete example of a pynest application and due to that i make one of my apps public. You can find it here, i will very appreciate if you go over the code and tell me what you think about the implementation of the user authentication service I've created.

You can find the example here - https://github.com/ItayTheDar/Stockify

Thanks again for opening this issue 👑👑

ItayTheDar commented 1 month ago

@matuu Hi man! Do you have a chance to take a look at the example I sent you? is this satisfying? can we close this issue?