@@codingwithroby Roby, I had a problem with the fastapi==0.110.1 dependency, because the CLI was added in the fastapi==0.111. I changed the version and I could run the project with the fastapi command.
He has mentioned in the video that fastapi-cli works only with the latest version, maybe adding it to the description will help others with the same problem.
@@codingwithroby Dear Sir plz Create a video tutorial on role-based authentication that includes user registration and login, with a designated role for an admin.
Perfect tutorial! How can i use AuthContext functions (logout) in another page? I have this problem: Error: (0 , react__WEBPACK_IMPORTED_MODULE_4__.useContext) is not a function
Hey thanks for the very good video. I have a suggestion with project, can you make a very full stack project using the technology Docker compose Postgresql Backend: Python Fastapi SQLModel Alembic database migration or if there is another better one Pydantic for reading .env or if there is another better one Setting pixi for eslint like ruff and so on Frontend: Next.js Typescript Tailwindcss Setting eslint and so on And some library for ui like shadcn/MUI/ant any one In this way i think everyone can learn in a very professional way to do entire projects. It will be better if you can teach things like project structures like DDD domain-drive-design, and so on. Just a sugestion
Very nice tutorial, but as someone who watches a lot of tutorials - please consider speeding up the "typing part" of your tutorials. It's obvious that most instructors are just reading and re-typing or copy-pasting blocks of code from the other screen, and there's nothing wrong with that. But typing doesn't make it any more "organic", it's flawless and perfect (down to imports on the top of the file before you even start writing your code, which is obviously how all of us real developers don't actually write code, you import/include stuff as you need it, not randomly from top of our minds). So to make it more fun - just copy blocks of code, entire function at a time, and then instead of making us watch how you "retype" the function - spend that time explaining what the method does, what the arguments are, why you prefer doing it this way or another, but then it's time well spent. Watching someone slowly retype the entire app is.. not high value. But other than that - great video, I love your style and I think your channel will only grow from here! Keep up the good work dude! 🤙
I really appreciate the advice! Check out my latest polls, I used to copy/paste but the vote said to type it all out. Perhaps I can type that section but speed in by 2x or something.
sorry to tell this but worst tutorial, we can get these from gpt, we need ur help in explaining the concepts in the code, not u see typing the code. plz have in mind in future if want to help people. but thanks for the code, i dont have to gpt now that part.
A comment advising you to show a demo at the beginning of the video is a golden one. I would say add timestamps to your videos. Good work, regardless.
Thank you!
Nice tutorial.
Try to show demo site in the beginning so viewers can see what's they are gonna learn.
Keep up the good work 🎉❤
I'll look into that for the next video! Thank you 😊
Just finished this course. Thank you so much.
You're the bomb - thanks!
Clear and straight to the point. Great content!
Sweeeeeeet!
@@codingwithroby Roby, I had a problem with the fastapi==0.110.1 dependency, because the CLI was added in the fastapi==0.111. I changed the version and I could run the project with the fastapi command.
@@francosbenitez Same with me!
He has mentioned in the video that fastapi-cli works only with the latest version, maybe adding it to the description will help others with the same problem.
@@adityabalakrishnan1753 Not a bad idea - I'll it to the description 🙂
Wow beautiful, I'm currently working on a fastapi and nextjs project and you just save me a lot of time, thanks for such an amazing tutorial.
You're so welcome!
yeah bet ur doing cut copy paste
Please make more projects, and thanks for it.
What would you like to see?
@@codingwithroby Unique project also integrate AI
@@codingwithroby Dear Sir plz Create a video tutorial on role-based authentication that includes user registration and login, with a designated role for an admin.
This is great and thanks. Would be able to make a tutorial on how to deploy it on a cloud service like AWS or AZURE?
I have a course on it: www.udemy.com/course/deploy-fastapi-fullstack-amazon-cloud-aws/?referralCode=706861EF28A616B36FEC
Awesome Roby ❤, i super love this full stack tutorial. I would be working on such in my channel too 🥰
You can do it! I am rooting for you.
Perfect tutorial! How can i use AuthContext functions (logout) in another page? I have this problem: Error: (0 , react__WEBPACK_IMPORTED_MODULE_4__.useContext) is not a function
Hi Eric, thank you for this tutorial. May I ask the name of the theme you are using on the editor? Thanks
It is called "One Dark Pro" extension.
Hey thanks for the very good video. I have a suggestion with project, can you make a very full stack project using the technology
Docker compose
Postgresql
Backend:
Python
Fastapi
SQLModel
Alembic database migration or if there is another better one
Pydantic for reading .env or if there is another better one
Setting pixi for eslint like ruff and so on
Frontend:
Next.js
Typescript
Tailwindcss
Setting eslint and so on
And some library for ui like shadcn/MUI/ant any one
In this way i think everyone can learn in a very professional way to do entire projects.
It will be better if you can teach things like project structures like DDD domain-drive-design, and so on. Just a sugestion
Thanks!
Aww, thank you so much!
Thanks!
Abraço do Brasil!
You're welcome!!!
Please make a full video on realtime chap app with notification and websocket and mysql
I already have something real close to this 🙂
@@codingwithroby that was just a part need full video from scratch if possible.
Thank you very much :)
You're welcome!
Although your tutorial is helpful, why aren't you using SQLModel as the ORM and Poetry for dependency management?
Because I like SQLAlchemy and Pip!
Thank you
Of course!
make an ecommerce website with fast api
Noted!
is what you made a SPA or multipage?
It is considered a SPA, but it has multipage tendencies.
Hi Eric, i have problem with ModuleNotFoundError: No module named 'jose'.
Please help me.
Have you installed the dependencies?
❤Amazing
You're amazing ❤️
It could have been better if they had implemented pandas and uploaded csv, excel or txt files
Lots of additional features here - I will keep this in mind for future content
Wow is this free? No paid stuff for fullstack dev.
Totally free my guy!
Login using social media
Which ones?
Google and gitlab
Very nice tutorial, but as someone who watches a lot of tutorials - please consider speeding up the "typing part" of your tutorials. It's obvious that most instructors are just reading and re-typing or copy-pasting blocks of code from the other screen, and there's nothing wrong with that. But typing doesn't make it any more "organic", it's flawless and perfect (down to imports on the top of the file before you even start writing your code, which is obviously how all of us real developers don't actually write code, you import/include stuff as you need it, not randomly from top of our minds). So to make it more fun - just copy blocks of code, entire function at a time, and then instead of making us watch how you "retype" the function - spend that time explaining what the method does, what the arguments are, why you prefer doing it this way or another, but then it's time well spent. Watching someone slowly retype the entire app is.. not high value. But other than that - great video, I love your style and I think your channel will only grow from here! Keep up the good work dude! 🤙
I really appreciate the advice! Check out my latest polls, I used to copy/paste but the vote said to type it all out. Perhaps I can type that section but speed in by 2x or something.
@@codingwithroby typing waste time, also explain concept if writing.
also if u asking why i am typing these comments, in all .py file like deps.py, models.py u just typed all not explained the code.
sorry to tell this but worst tutorial, we can get these from gpt, we need ur help in explaining the concepts in the code, not u see typing the code. plz have in mind in future if want to help people. but thanks for the code, i dont have to gpt now that part.
Thanks for the feedback
from api.models import User
ModuleNotFoundError: No module named 'api'