Such an amazing tutorial. Thank you so much for your efforts and talents. Please continue making more projects. You honestly make a great impact on peoples' lives.
Awesome man , Thanks a lot ! I usually skip the ads btwn , but am watching ads too for your videos , since it has a very good content and lots of efforts!
Good over all demo. But I think you should have also used explicit Effect and createEffect along with query and please no promises on FE since we have good old observables and data and action streams. But again great video. Keep going
@@code-cake also want to ask why is there such a hype around third party auth services? Is there any chanse to see a tutorial where you code auth only with spring(without any third party service)?
Awesome tutorial! Could you make a tutorial how to create a fullstack Angular applikation using the MEAN Stack and how to deploy it? Love from Switzerland
hello Cyril thanks a lot for the hard work you done with this project its very well done made and easy to follow the steps : even am a bit very slowly following your steps : can you explain please what you did exactly in the second 34:37 when you did imported the xml files into db.changelog i didnt get the right action to get those files merci beaucoup
@@code-cake yes kind of, also I learned spring boot with the N-tier architecture so I'm more familiar with it. And thanks for your videos again they're really helping!
NX Cannot read properties of undefined (reading 'replace') TypeError: Cannot read properties of undefined (reading 'replace') at removeWindowsDriveLetter (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules x\src\utils\path.js:9:27) at normalizePath (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules x\src\utils\path.js:16:12) at determineProjectNameAndRootOptions (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules\@nx\devkit\src\generators\project-name-and-root-utils.js:10:58) at normalizeOptions (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules\@nxrocks x-spring-boot\src\generators\project\lib ormalize-options.js:6:144) at projectGenerator (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules\@nxrocks x-spring-boot\src\generators\project\generator.js:9:64) at C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules x\src\command-line\generate\generate.js:238:32 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async handleErrors (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules x\src\utils\handle-errors.js:9:24) at async Object.handler (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules x\src\command-line\generate\command-object.js:14:22) anyone face that problem here is the solution ::: Locate path.js inside C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce ode_modules x\src\utils\. function removeWindowsDriveLetter(path) { if (!path) return path; // Add this line return path.replace(/^[a-zA-Z]:/, ''); } Using Windows
Teaches how to take the code via Git Hub and start it on the local machine different from the one created making the necessary changes? I have doubts in some parts of this process. ensina a pegar o código via git hub e iniciar ele na maquina local diferente da criada fazendo as mudanças necessárias? tenho duvidas em algumas partes desse processo
Not sure if I understood correctly but yes the process is a bit different to start the app by just cloning the repository. I made the documentation to start it so it should be okay to just use it directly. Feel free to tell me if there's something missing in the documentation
Why i cant generate component? nx generate @nx/angular:component navbar --directory apps/ecommerce-frontend/src/app/layout navbar NX Schema does not support positional arguments. Argument 'navbar' found ?
Ce qui est fou et frustrant avec les tutos est que les installations ont toujours et toujours des bug quand on le fait dans nos environnements 🥲 Bloqué en à peine 30min.
@@code-cake Ici c'était au niveau des installations, puis j'ai laissé tomber pour aller sur le airbnb_clone et là je bloque sur le schema 'airbnb_clone' qui est considéré comme non existant. J'ai bien vu dans les commentaires qu'il fallait le créer manuellement mais même ça ne marche pas..
Si tu as tjr la même erreur. Assure toi que tu n'ai pas plusieurs pg qui tournent sur ta machine et que celui où tu as créé le schéma c'est bien celui qui se connecte à ton backend
Such an amazing tutorial. Thank you so much for your efforts and talents. Please continue making more projects. You honestly make a great impact on peoples' lives.
The best teacher on TH-cam
Awesome tutorial , Love from India
Very good tutorial Thank you so much please don't stop .... continue with deployment of mono-repo app
Yes it's coming
oh man one e-commerce app without complexeties thanks man
You are bringing so much value Cyril please don't stop 👍🏻
Congrats from Brazil, great tutorial!
Awesome man , Thanks a lot ! I usually skip the ads btwn , but am watching ads too for your videos , since it has a very good content and lots of efforts!
I cannot thanks you more for this 🙂
Respect from India 🇮🇳🤝🙂
Шикарно! Особенно, за транзакции и админ панель спасибо!
Пожалуйста (I'm not sure if that's accurate)
@@code-cakeIt's correct😊
Thanks a lot for this tutorial 🙏 from Cameroon
thats gold
Great tutorial 🎉 Congrats from Paraguay
Bro thank you so much. love from 🇵🇭🇵🇭🇵🇭
Nice to see you again, keep going💪💪💪💪💪
Thanks for sharing your knowledge !!!!
Je me forme actuellement à Angular et Spring Boot. Merci pour toutes tes vidéos !
Parfait !
Bravo Cyril.Merci bcp
Thanks for this video. Keep up the good work.
Best tutorial sir
Next Level Content...❤
Thanks :)
Stripe is the best part 🎉, merci merci merci 😎
You are welcome !
More spring boot projects 🎉🎉🎉
Thank you so much for this tutorial, really needed
Thank you so much 🇰🇪
Thanks for the Production Level tutorial ❤❤❤ one request 🙏 please use slow english to catch up
Sure I will try to slow down next time !!
Thanks for your feedback
cool, seems I am going to start angular from here
Hi, really nice video. Is it possible to have part 2 where you deploy it? Azure or AWS would be good to reflect the industry standard.
Yes I will make a video to explain AWS deployment
Bro you are insane thank you
Fantastic!
Good over all demo. But I think you should have also used explicit Effect and createEffect along with query and please no promises on FE since we have good old observables and data and action streams. But again great video. Keep going
Promises are built-in with tanstack, Unfortunately, I'm not responsible for their API if that's what you are talking about
Merci for the video! Like in advance 👍
Thanks ! :)
@@code-cake also want to ask why is there such a hype around third party auth services? Is there any chanse to see a tutorial where you code auth only with spring(without any third party service)?
hey Cyril, I hope you are doing well, can you please make a course for Keycloak with deep details please, thanks
Okay I'll note it and make a video next time
Awesome tutorial!
Could you make a tutorial how to create a fullstack Angular applikation using the MEAN Stack and how to deploy it?
Love from Switzerland
Unfortunately that's not really the stack that I want to showcase in this channel for now but thanks for the feedback.
Hello, I just know Java and little bit of advanced Java and Spring Boot. Will I be able to understand this project completely? :)
hello Cyril thanks a lot for the hard work you done with this project its very well done made and easy to follow the steps : even am a bit very slowly following your steps : can you explain please what you did exactly in the second 34:37 when you did imported the xml files into db.changelog i didnt get the right action to get those files merci beaucoup
Hey Cyrl, nice app by the way can you please create teach more spring boot projects like appointment booking app or social media platform
Sure, I'll put on my list
Love your videos. Can you do a social networking application like twitter?
Okay I'm noting it
sir genuine request to you please make a video with react also,with kafka .
With Kafka it's doable so I'll put it on my list but I don't know anything about React :')
Merci beaucoup! Si possible tu peut nous faire un cas de micro service spring egalement.
Yes, c'est dans ma liste ;)
❤️❤️❤️
Hey cyril , can you please make a project with the N-tier architecture in your upcoming videos :)
Okay can you explain why you want that? Is it because the hexagonal architecture is more complex?
@@code-cake yes kind of, also I learned spring boot with the N-tier architecture so I'm more familiar with it.
And thanks for your videos again they're really helping!
bro how you import the files in the munit 34 because i can't see
NX Cannot read properties of undefined (reading 'replace')
TypeError: Cannot read properties of undefined (reading 'replace')
at removeWindowsDriveLetter (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules
x\src\utils\path.js:9:27)
at normalizePath (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules
x\src\utils\path.js:16:12)
at determineProjectNameAndRootOptions (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules\@nx\devkit\src\generators\project-name-and-root-utils.js:10:58)
at normalizeOptions (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules\@nxrocks
x-spring-boot\src\generators\project\lib
ormalize-options.js:6:144)
at projectGenerator (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules\@nxrocks
x-spring-boot\src\generators\project\generator.js:9:64)
at C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules
x\src\command-line\generate\generate.js:238:32
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async handleErrors (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules
x\src\utils\handle-errors.js:9:24)
at async Object.handler (C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules
x\src\command-line\generate\command-object.js:14:22) anyone face that problem here is the solution :::
Locate path.js inside C:\Users\Administrator\Documents\E-CommerceWebsite\ecommerce
ode_modules
x\src\utils\.
function removeWindowsDriveLetter(path) {
if (!path) return path; // Add this line
return path.replace(/^[a-zA-Z]:/, '');
}
Using Windows
也许你应该使用标签 DDD,这是一个关于 DDD 的好视频
Yes I'll add it
Teaches how to take the code via Git Hub and start it on the local machine different from the one created making the necessary changes? I have doubts in some parts of this process.
ensina a pegar o código via git hub e iniciar ele na maquina local diferente da criada fazendo as mudanças necessárias? tenho duvidas em algumas partes desse processo
Not sure if I understood correctly but yes the process is a bit different to start the app by just cloning the repository.
I made the documentation to start it so it should be okay to just use it directly.
Feel free to tell me if there's something missing in the documentation
How to donate money as a small appreciation to your Company or If there is any Organization ?
If one day I launch a courses, just think about it okay ?
But thanks you so much for this, that means a lot
Add deployment section tooo
Yes I'll do it in the next video
localhost:4200 not working for me after bootstrap of the app
Can you give me more detail, what did you do? do you have some errors?
Sir can i do this with ng project?
What do you mean by ng project?
Je croyais que le tuto était en français !
Malheureusement non
U should make more long tutorial using angular and spring boot. Clone will be the best
Right, which one should I do next ?
😊😊😊
Merci khey
Cool bro keep it up
me experience :
full stack ❌
full stuck ✅
oh no, where are you stuck?
@@code-cake my life is stuck
Why i cant generate component?
nx generate @nx/angular:component navbar --directory apps/ecommerce-frontend/src/app/layout navbar
NX Schema does not support positional arguments. Argument 'navbar' found
?
Ce qui est fou et frustrant avec les tutos est que les installations ont toujours et toujours des bug quand on le fait dans nos environnements 🥲
Bloqué en à peine 30min.
Tu es bloqué sur quoi ?
@@code-cake
Ici c'était au niveau des installations, puis j'ai laissé tomber pour aller sur le airbnb_clone et là je bloque sur le schema 'airbnb_clone' qui est considéré comme non existant.
J'ai bien vu dans les commentaires qu'il fallait le créer manuellement mais même ça ne marche pas..
Si tu as tjr la même erreur. Assure toi que tu n'ai pas plusieurs pg qui tournent sur ta machine et que celui où tu as créé le schéma c'est bien celui qui se connecte à ton backend