Deploy Full-Stack SpringBoot + Angular CRUD App with MySQL on AWS | EBS| AWS S3 | RDS | javajungle

Описание к видео Deploy Full-Stack SpringBoot + Angular CRUD App with MySQL on AWS | EBS| AWS S3 | RDS | javajungle

1.create rds with mysql instance in aws

2.take the domain name and keep it in your backend application.properties file
(replace the domain name with localhost,username , password & database name)

3.now, we have to create the jar file for this backend code and then deploy into
aws using elastic bean stalk (ebs)

4.once it's done , we will get one endpoint url, with this cross check url's are
working or not?

5.now we need to integrate this backend with frontend
(angular) for this copy this url and go to your angular
service class and do like below

ROOT_URL:String = "....";

6.once it's done build the file for your frontend application
ng build

once it's done dist folder will get created

7.create s3 bucket and upload all this dist folder files into
s3 bucket

8.once it's done you can find one url under static website
hosting

Комментарии

Информация по комментариям в разработке