This Flutter Demo application is a sample application that represents a base for the new kimchimenow app. Flutter is framework that can run on web browsers, mobile browsers, iPhone, and android. FreqTrade is a crypto trading bot that leverages an exchange such as Binance for futures trading.
Install Docker
sudo yum install docker -y
sudo systemctl start docker
Download the Flutter Demo application and run it
docker run -d -p 80:5000 nispoe/flutter-gallery
Open a Browser or you Phone to spicy.kimchimenow.com
Install DVWA
sudo bash
docker pull vulnerables/web-dvwa
Run the docker container
docker run --rm -it -p 8001:80 vulnerables/web-dvwa
Open browser to go to the public ip address of the
Go to the EC2 instance and select the security group. Then Edit inbound rules.
Add a new rule for port 8001. Click the Save rules button.
Open browser to the public IP address of the EC2 instance on port 8001 (http://18.213.0.162:8001). Should see the login page
In AWS go to Route 53 to add a domain name routing to the IP address.
Navigate to Route 53 Dashboard and then Hosted Zones. Select kimchimenow.com domain, and then Create record.
Enter Record name (dvwa) and enter the IP address of the EC2 instance for the A Record type. Click the Create records button.