phresh-tutorial
phresh-tutorial copied to clipboard
A fully functional FastAPI application that acts as a marketplace for cleaners and potential cleaning jobs.
I enjoyed this Fastapi series and had everything working until I updated my computer from Mac Pro 2015 to Mac Air (M1). From there I experienced unexplained concurrency and time...
Hello and thanks for this amazing tutorial. Can i ask where is the complete, backend/frontend, codebase?
Hi! Cool project - where are the articles accompanying the code? I can't find them in the repo. Thanks
I'm at a complete loss here. I cannot even continue because for some reason the connection times out. Here are my logs from the run docker-compose up command. This is...
I'm on [part-11-marketplace-functionality-in-fastapi/](https://github.com/Jastor11/phresh-tutorial/tree/part-11-marketplace-functionality-in-fastapi) branch. `TestRescindOffers.test_user_can_successfully_rescind_pending_offer()` fails because of Pydantic model type check: > `pydantic.error_wrappers.ValidationError: ` `RESCIND_OFFER_QUERY` should return number of the deleted rows (iirc it's the default behavior of relational...
on https://github.com/Jastor11/phresh-tutorial/tree/part-21-serving-a-paginated-activity-feed-from-fastapi git clone https://github.com/Jastor11/phresh-tutorial.git gets only the code of one of the first lessons, not the complete code as available on this page. can that be fixed? Thanks