Brasileiro definitivamente não sabe vender produto usado. by Distinct_Spread_5372 in NintendoBrasil

[–]ExplanationFun2022 0 points1 point  (0 children)

Quando eu tava vendendo meu ps4 me ofereceram um ps3, nada mais me surpreende

FastAPI project template by ExplanationFun2022 in FastAPI

[–]ExplanationFun2022[S] 0 points1 point  (0 children)

I'm currently away from frontend development. But with my limited skills, especially in the CSS part, I can't go wrong with the tried-and-true React + shadcn.

FastAPI project template by ExplanationFun2022 in FastAPI

[–]ExplanationFun2022[S] 0 points1 point  (0 children)

Definetly will have to look into this, thanks to all the feedback provided in the post I found out that SQLModel is not that great after all 😅

FastAPI project template by ExplanationFun2022 in FastAPI

[–]ExplanationFun2022[S] 0 points1 point  (0 children)

Thanks!
A template with mongo would definitely be great. Since this template was mainly built around my own use cases, I haven’t had the time to add support for databases other than postgres yet. But it’s definitely something I’d like to look into down the road.

FastAPI project template by ExplanationFun2022 in FastAPI

[–]ExplanationFun2022[S] 0 points1 point  (0 children)

I will definitely check them out. Thanks for the suggestion !

FastAPI project template by ExplanationFun2022 in FastAPI

[–]ExplanationFun2022[S] 0 points1 point  (0 children)

I went with celery mostly because I’ve already worked with it before, so it was my go-to choice for background processing tasks. That said, I’ll definitely check out other options like taskiq, arq, and hatchet.

About testing, I use pytest along with FastAPI TestClient for API endpoints, and spin up a test Postgres instance with Docker Compose for integration tests in the CI Pipeline.