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

preview_player
Показать описание
In this session, we are going to setup angular and spring boot projects for e commerce application development.

---------- Github repository links ----------

---------- Other related videos. ----------

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. ----------
Рекомендации по теме
Комментарии
Автор

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...

smartmushroomcultivation
Автор

Do I need to watch the 2 previous videos about JWT Token in order to build this ecommerce project?

akashinigami
Автор

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 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?

InceptionUltra
Автор

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..

smilealways
Автор

After downloading the backend project while importing in eclipse it is giving error in pom.xml

gswamy
Автор

I am getting error while runing ng serve command...can anyone help me

ankitapaygude
Автор

Hi need your help to resolve errors in UI

Aspiring_Devops
Автор

"Npm funds required "this is the rlerror I get
Plz help me out

cgm
Автор

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": ng serve",
"build": ng build",

}

this worked for me.

sakshambudhadev
welcome to shbcf.ru