Right click and select Git Bash Here
Run the following command to clone the application
git clone https://github.com/stillxthahn/FCJ-01-backend.git
ENV RDS_HOSTNAME=YOUR_RDS_ENDPOINT
ENV RDS_PORT=YOUR_RDS_PORT
ENV RDS_DB_NAME=todolist
ENV RDS_USERNAME=admin
ENV RDS_PASSWORD=12345678
It is best practice to create a new user with the necessary permissions for the application and download its credentials. But for this workshop only, we will use the root user.
Choose Creat Access Key
Download the .csv file and Done