Amazing -- this is the best Nuxt/Vue tutorial that I've come across on YT. Thanks for sharing your craft with so many others on their learning journey!
@FullStackJack2 жыл бұрын
Wow, thank you!
@kasopejohnson38312 жыл бұрын
this is probably the broadest but short Nuxt course on KZbin. Thank you 🙏🏾
@SagarYadavIndia Жыл бұрын
time @34:52 - great idea to store errors in a map. Beautiful. You could make a small 5 minute video or even a 1 minute short youtube video over that. That's just so beautiful
@RootsterAnon2 жыл бұрын
Please continue this series, we need real-life examples. thank you.
@fayazara2 жыл бұрын
A good no bs tutorial. Been trying to find a tutorial with this exact same use case, a saas project with nuxt using prisma and you made the very samr thing.
@DevBishwasBh2 жыл бұрын
what is bs bro?
@omairmedia2472 жыл бұрын
Great Course! Looking forward for more Nuxt 3 Fullstack Videos from you! Keep it up
@offgridvince Жыл бұрын
What happend when u added " import { defineNuxtConfig } from 'nuxt' "? I get an error...
@jeno4272 жыл бұрын
Oh man, this is exactly what I was looking for. Thanks for sharing!
@offgridvince Жыл бұрын
Hello, did you complete the tutorial?
@borisbosnjak97722 жыл бұрын
This is a much needed tutorial!
@captainalpha4853 Жыл бұрын
I love how you structure your project! It would be super awesome if you make a tutorial about this clean architectur. Thank You! Great video!
@Daiphiron2 жыл бұрын
Great Vid. Keep up the good work :)
@thecommittee24342 жыл бұрын
You make it easy to follow a lot of information. Thanks jack
@mamlzy2 жыл бұрын
Thank you for your effort.. can't wait for another part!!
@GIOVANNYGARCIAHOLGUIN2 жыл бұрын
a new subscriber here, this is amazing
@kongoon2 жыл бұрын
Thank you, Waiting for next part.
@FullStackJack2 жыл бұрын
Perfect timing, I just published the follow up.
@elbaylekabderrahmane32922 жыл бұрын
افضل فيديو fullstack ، شكرا جزيلا
@wisdomeshiet4259 Жыл бұрын
Man, you are solid👌🏼
@oscarestudillomarin87322 жыл бұрын
Really thanks for the tutorial, It's being really useful for me 🙏🏽
@cyberpunk_102 жыл бұрын
Thanks for the cool videos. I want a video from you about the prism
@arescatalin14072 жыл бұрын
Would've loved to see i18n module included in this project as there aren't a lot of videos about.great work for the rest
@dennisbaum2 жыл бұрын
That would be really great! I would also love to see, how you would do (dynamic) translated routes (without pages/language-folders)! Thx for that great video!
@holichub78822 жыл бұрын
Pastes then explains ~ the best!!!
@SagarYadavIndia Жыл бұрын
time @12:10 - I would like to suggest a potential improvement. It could be beneficial to generate an ERD (Entity-Relationship Diagram) output after creating the database schema. This way, one would not need to scroll extensively and could explain the system to the user more efficiently. Thank you for considering this suggestion.
@aamirmagsi73792 жыл бұрын
Thank you so much this helped a lot!!!! You saved my life
@FullStackJack2 жыл бұрын
Glad it helped!
@jmeaulnes9272 Жыл бұрын
I am new to Node and Nuxt applications and I am very grateful to you for this video which really opened the way for me. However, I have a question: Unless I'm mistaken, I haven't seen any destruction of the session during logout. Aren't we going to pile up a multitude of sessions in the database?
@timmushen2 жыл бұрын
Great tutorial
@alejandroviveros94742 жыл бұрын
Thank you are one of a kind. !!!
@gregherrick40132 жыл бұрын
Great video!!
@konstantins.65982 жыл бұрын
Please continue this series. thank you.
@FullStackJack2 жыл бұрын
The next video in the series was just published.
@codingwithmo328 Жыл бұрын
amazing tutorials , are you planning to do a nuxt 3 + drf tutorial and do you recommend that combo or not ?
@FullStackJack Жыл бұрын
I'm not sure what that is 🤗
@elionaimelo72 жыл бұрын
Great job! Thanks!
@nyambe2 жыл бұрын
Have you worked with nuxt3 hybrid website generation yet?
@aceracer555626 күн бұрын
May be next video Prizma ORM + Postgree SQL?
@pedropankaj2 жыл бұрын
I loved it
@rabithbo70892 жыл бұрын
Nice tutorial
@FullStackJack2 жыл бұрын
Thanks
@rifkiardiansyah616 Жыл бұрын
what app u used for creating that app flow?
@Mustafa-uj5vf2 жыл бұрын
Thank you so much for your hard work, just today I've encountered your channel, Could you please produce brand new real-life projects with pinia as well.
@FullStackJack2 жыл бұрын
Great suggestion! I'll do my best.
@davidbrian29182 жыл бұрын
Great tutorial. Please, what are you using to create the flow at 5:41?
@FullStackJack2 жыл бұрын
Thanks, excalidraw.app/
@mel-1822 жыл бұрын
In this type of project is MongoDB an option?
@FullStackJack2 жыл бұрын
sure, I just checked the prismajs docs and it looks like mongoDB is supported. www.prisma.io/docs/concepts/database-connectors/mongodb#mapping-from-mongodb-to-prisma-types-on-introspection
@mel-1822 жыл бұрын
awesome!
@offgridvince Жыл бұрын
Hello, somethings are outdated that I can't seem to figure out on my own. Please help. When I add "import { defineNuxtConfig } from 'nuxt'" in the nuxt.config.ts, I get this message for the sqwiggly red line under 'nuxt': -- Cannot find module 'nuxt' or its corresponding type declarations. -- Thank you.
@FullStackJack Жыл бұрын
That sounds like the dev server hasn't ran. Try running "yarn && yarn dev" or npm, doesn't matter. Point is, all the TS goodness is created by the dev server. As a quick test I created a new project and I got the same error. I ran "yarn && yarn dev" and it was solved.
@offgridvince Жыл бұрын
@@FullStackJack thx 4 the prompt response. I'll try that. Thanks.
@randomtimessomehow Жыл бұрын
Have you made a video using Stripe UI elements?
@anonanon521 Жыл бұрын
Why the inconsistencies between videos in terms of project structure?
@litergame Жыл бұрын
where's the userstore coming from? I have followed the video and it cannot find the User object as there is no user store in our app yet.
@macroraptor-j5f2 жыл бұрын
Thanks for this. How do you set active class on the navbar?
@FullStackJack2 жыл бұрын
hi micro raptor, check out my dark mode video. It's explained there
@jamesblock83842 жыл бұрын
I wonder if you deleted the old session when the user logs out if you could avoid the unique constraint you encountered at 42:30? On the other hand though perhaps you could use multiple sessions and store information about the login device and location. Then you'd be able to show users all active sessions and allow the user to end sessions? That'd be pretty cool. I still think that when you log out the session should be removed from the db.
@FullStackJack2 жыл бұрын
Good points, i like the idea of multiple sessions. You're absolutely right, the session should be either removed or at least marked inactive. Keeping the session and any attached data could be useful in establishing a history for the user. Ill address it in further videos. Thanks for the feedback.
@craxtrader2 жыл бұрын
could you make full stack app Nuxt3 Supabase Realtime Database on SSR mode...
@AlexisArce-Ale2 жыл бұрын
👏🏼👏🏼👏🏼👏🏼👏🏼
@bamgae Жыл бұрын
Why is it hard to find an example combining nuxt3 and express? Is there any reason to only use nitro?
@FullStackJack Жыл бұрын
I just used what was already there. Is there something specific you want to do that you can't do using nitro?
@bamgae Жыл бұрын
@@FullStackJack Express is a framework that is used a lot, so I wonder why there is no reference. I want to use socket and graphql. Is it possible with nitro?
@bamgae Жыл бұрын
@@FullStackJack I think apollo server could be an alternative.
@caudat82382 жыл бұрын
Worked, thx
@FullStackJack2 жыл бұрын
Glad it helped
@gadgetkh94082 жыл бұрын
I was thinking about possibility of using Nuxt 3 + Ionic + CapacitorJS for cross-platform app. But the resource is very limited right now. Can you please make more sample project of Nuxt 3 + Ionic + CapacitorJS? Thank you!
@imtanuki41067 ай бұрын
Show the final app first...what a novel idea...:>) props!
@mwatkins0590 Жыл бұрын
I could not follow this, at the start it seems there is an issue with the configuration: Module '"nuxt"' has no exported member 'defineNuxtConfig'. When i google this im told to use 'nuxt/config' however this causes the tailwindcss property to be a problem then.
@fefelix2430 Жыл бұрын
i have this problem and in navbar.vue setColorTheme = (newTheme: Theme) ... error Cannot find name 'Theme' solution ?
@EmmSortRespect Жыл бұрын
what is your vs code font family, font-size ? it's absolutely amazing for me
@FullStackJack Жыл бұрын
Atom one dark and for the font size I just pump it up before a video so it's big. cmd or crtl then the plus button.
@axelb4232 жыл бұрын
For login and registration, you can wait for Nuxt Auth, compatible soon.
@panoramixer2 жыл бұрын
from the very beginning - it's not clear for me how it's magically were installed postcss and autoprefixer, they didn't appear in my package.json, but in section/1/... they are there.
@FullStackJack2 жыл бұрын
@pavelkovalenko1643, you're right. I did try my best to keep things consistent, it appears that was an oversight. I don't recall having added it manually, but I did just check to see they were added automatically, and they were not. It must be a mistake in editing. Sorry for any inconvenience.
@offgridvince Жыл бұрын
'nuxt' is not recognized as an internal or external command, operable program or batch file.
@KinzaSheikhOfficial2 жыл бұрын
I do follow everything until 3.02 My build environment is npm. But I never get the same output
@kamchatsky2 жыл бұрын
why files in video are difference from github repo? where is it?
@FullStackJack2 жыл бұрын
Do you have the correct branch selected?
@hxdsgn43752 жыл бұрын
Why was the name 'Theme' not found tho and your repo... when i tried to download the zip my windows defense just instantly throw trojan virus warning lol
@FullStackJack2 жыл бұрын
What are you talking about?
@asmodeus34242 жыл бұрын
where's part 3?
@FullStackJack2 жыл бұрын
Good catch, web hooks is part 3. I updated the title
@nested9301 Жыл бұрын
ouch my head hurts
@ΓερασιμοςΑ-ν8σ2 жыл бұрын
Goodjob, i would love to see actual coding and not copy paste though
@FullStackJack2 жыл бұрын
Thanks. I understand the wish. It's a preference thing. I find it boring to watch people type. If I showed myself typing everthing the video would be super long. I have to take time and watchability into account. If everyone were saying the same thing, of course I'd change it. It's way less work to just record myself typing. No editing sounds great.
@ΓερασιμοςΑ-ν8σ2 жыл бұрын
@@FullStackJack thank you for your answer. Im using nuxt bridge and it has a lot similarities to nuxt 3 (we try to get ready for nuxt 3production). I would like to see how you come up with this code, your thinking and planning. Anyway thank you for your time
@0x2a1A42 жыл бұрын
TS arr.. good tut though, but damn i hate TS,..
@briankgarland Жыл бұрын
Not really a tutorial as much as a highly edited and quickly narrated review of a web app being built. But it could be of value as a reference.
@eg0ist_6655 ай бұрын
I don't get why people so amazed by this video, for me it s just flow of trash. How could it be simple for beginners if you copy paste files folders in a second and the whole thought just pass by??. Instead of 44 min you could make it more clear determined for 1.5 hour
@АлМ-ы8ъ Жыл бұрын
COPY PASTE.... (((
@alphacentorus2 жыл бұрын
hello what is 'h3' ? (import { useCookie } from 'h3') Ok after research find it in composable documentation Nuxt3
@FullStackJack2 жыл бұрын
H3 is the server, otherwise known as Nitro
@riamahmed70192 жыл бұрын
Goodjob, i would love to see actual coding and not copy paste though