fastapi-rocket-boilerplate icon indicating copy to clipboard operation
fastapi-rocket-boilerplate copied to clipboard

🐍💨 FastAPI Rocket Boilerplate to build an API based in Python with its most modern technologies!

Results 17 fastapi-rocket-boilerplate issues
Sort by recently updated
recently updated
newest added

Fixing type hints for Any parameter. #### Before ![Screenshot 2024-05-01 at 10 02 06 AM](https://github.com/asacristani/fastapi-rocket-boilerplate/assets/42066025/a722192f-7acf-4b8c-9582-7c81fae1777a) #### After ![Screenshot 2024-05-01 at 10 02 18 AM](https://github.com/asacristani/fastapi-rocket-boilerplate/assets/42066025/b053940f-e4c3-479a-aab4-c3d0449cfe2d) ![Screenshot 2024-05-01 at 10 02 13 ...

Hi, I just fixed trunk issues in one file and created PR for review to make sure I am going in the right direction and open to any feedback. Please...

If you run trunk check -a, there are several issues to resolve.

good first issue
improvement

### Description This PR addresses the issue of adding Celery Flower to the project, as outlined in issue #19. The changes include adding the necessary configurations and components for implementing...

Imitating Django, it could be amazing a CLI manager program for different things: - Explore and manipulate the data though the ORM - Handle migrations with Alembic - Maybe remove...

question
improvement

In the Events section.

enhancement
good first issue

https://pytest-mock-resources.readthedocs.io/en/latest/

improvement

Now the message for delete and reverse_delete is the same (delete message). It could be good to modify for reverse_delete being more accurate.

bug
good first issue

I recommend you add python 3.10 support if possible. Most enterprises will be stuck to 3.10 due to their use of Ubuntu 22.04. They don't upgrade things as often as...

enhancement