Тёмный
No video :(

2. Setting Up Angular and Spring Boot Projects for E Commerce Application Development 

Learn Programming Yourself
Подписаться 14 тыс.
Просмотров 18 тыс.
50% 1

In this session, we are going to setup angular and spring boot projects for e commerce application development.
--------- Github repository links ---------
1. UI Project - github.com/var...
2. Backend Project - github.com/var...
--------- Other related videos. ---------
1. Implementing JWT token and role based authentication in Spring Boot - bit.ly/3LeUZ1i
2. Implementing JWT token and role based authentication in Angular -bit.ly/37N3jrf
3. Installing required softwares for this series - bit.ly/3sBWMqI
Disclaimer - The music/audio used(if any) in this video is not a property of "Learn Programming Yourself". All credit goes to owners of respective music/audio. This music/audio is not prone to any "Copyright Strikes".
#ecommerce #web development #full stack
--------- Links to my other FREE courses. ---------
▶ Java 8 Full Course - • Java 8
▶ JDBC Full Course - • 1. Introduction to JDB...
▶ Microsoft Cognitive Services Course - • Computer Vision + Angu...
▶ JWT in Spring Boot and Angular - • How to download and in...
▶ CRUD Operations in Spring Boot and Angular (Full Stack) - • 1. Angular 16 and Spri...
▶ Console Based Banking Application Using Java - • Developing Console Bas...
▶ E-Commerce Application Development Using Angular and Spring Boot (Full Stack) - • 1. Developing E-Commer...

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@smartmushroomcultivation7520
you are great. YOU ARE A GREAT Teacher...Eventhough i have a general idea of the topic.. I was always confused when I start to create projects but YOU are videos are like a lighthouse that guided me..Thanks, A lot... GREAT WORK...
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
Glad to hear that
@kavanamgowda879
@kavanamgowda879 Год назад
Is this series fully complete?
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
@@kavanamgowda879 Please check the playlist. You will get till where we have completed.
@k283535
@k283535 2 года назад
After few days this will be a paid course on udemy 😁 This is so nice work
@LearnProgrammingYourself
@LearnProgrammingYourself 2 года назад
😁. thanks a lot.
@smilealways5391
@smilealways5391 Месяц назад
i want to learn by follow this project but unfortunately, the UI part there is error said that unsupported something.. i already git clone the link that u give..
@akashinigami9284
@akashinigami9284 9 месяцев назад
Do I need to watch the 2 previous videos about JWT Token in order to build this ecommerce project?
@LearnProgrammingYourself
@LearnProgrammingYourself 9 месяцев назад
They are optional
@InceptionUltra
@InceptionUltra Год назад
Hi, firstly I would like to thak you for the great tutorial - it's very helpfull and I like your style of explaining. I'm running my versions of the code you did so far (your versions do not work for me - i get the "DeprecationWarning: Access to process.binding('http_parser')" error. I NOTICED when testing the code that I'm able to login using Admin and User usernames and password but in the IntelliJ console I get "Jwt token does not start with Bearer" printed. Can you please check if thats the case with your code also and also help me out with suggestions what might be the cause?
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
I might need to check your code
@Frank-cl8nr
@Frank-cl8nr 5 месяцев назад
Same error
@usmanhashmi8007
@usmanhashmi8007 7 месяцев назад
Ui file is not working on VS. when i run npm install it doesnot download the dependencies. need to update the UI project. please update the new version of angular and nodejs.
@zjavierar2430
@zjavierar2430 2 года назад
Can you show us in the future how to search for products from the User side? l mean like amazon or any kind of online store, with the search bar. Thank you!
@LearnProgrammingYourself
@LearnProgrammingYourself 2 года назад
Yes we are going to look that
@gpinky4703
@gpinky4703 Год назад
After downloading the backend project while importing in eclipse it is giving error in pom.xml
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
What is that error?
@gayankavinda9757
@gayankavinda9757 Год назад
need to update the project . not working this
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
will check
@sakshambudhadev7187
@sakshambudhadev7187 2 месяца назад
If you are getting this error while ng serve, on running on windows: any specific change for window { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } Solution: Open your package.json. Add the NODE_OPTIONS environment variable to the scripts section: "scripts": { "start": "NODE_OPTIONS=--openssl-legacy-provider ng serve", "build": "NODE_OPTIONS=--openssl-legacy-provider ng build", } this worked for me.
@MrAngeloJoe
@MrAngeloJoe 9 месяцев назад
Hi, it works, but how can i get a token so i can test in postman?
@LearnProgrammingYourself
@LearnProgrammingYourself 9 месяцев назад
You can use /authenticate api from postman to get a token
@Developer_single
@Developer_single 4 месяца назад
Hi need your help to resolve errors in UI
@CSSaiCharan
@CSSaiCharan Год назад
I skipped the jwt token video. Is it OK to proceed without jwt configuration?
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
You can skip. But at-least you can try to clone that JWT repositories and setup the project.
@user-hl4di4gt3e
@user-hl4di4gt3e 6 месяцев назад
getting this error while ng serve, m running on windows any specific change for window { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }
@dhruvbansal549
@dhruvbansal549 2 месяца назад
I am getting same. How to resolve this? pls help...
@sakshambudhadev7187
@sakshambudhadev7187 2 месяца назад
Open your package.json. Add the NODE_OPTIONS environment variable to the scripts section: "scripts": { "start": "NODE_OPTIONS=--openssl-legacy-provider ng serve", "build": "NODE_OPTIONS=--openssl-legacy-provider ng build", } this worked for me
@imrantamboli9643
@imrantamboli9643 Год назад
Can you help me out to run UI file
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
Yes please tell me
@UmerFarooq-em4zo
@UmerFarooq-em4zo Год назад
Getting errors like "DeprecationWarning: Access to process.binding('http_parser') is deprecated." and digital envelops routine unsupported!
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
Check these versions. UI: Angular 10 npm 6.14.13 Backend: Spring Boot Java 8 DB: MySQL
@cgm446
@cgm446 Год назад
I got similar error..please help me with this
@cgm446
@cgm446 Год назад
I got errors even while npm install Vulnerabilities found.
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
if you do ng serve, then is it starting the app?
@logycom986
@logycom986 Год назад
@@LearnProgrammingYourself i gave thz same error its not working even with ng serve
@usmanhashmi8007
@usmanhashmi8007 7 месяцев назад
need to update package.json file
@cgm446
@cgm446 Год назад
"Npm funds required "this is the rlerror I get Plz help me out
@LearnProgrammingYourself
@LearnProgrammingYourself Год назад
are you still getting same?
Далее
3. How to Rename Spring Boot Project (Maven Project)
10:20
Oh No! My Doll Fell In The Dirt🤧💩
00:17
Просмотров 6 млн
26. Creating API to Place Order for Product
40:27
Просмотров 6 тыс.
Microservices using SpringBoot 3.0 | Full Example [NEW]
1:25:38
7. Creating API to Add Product Details
31:26
Просмотров 10 тыс.