1. Setup AWS Credentials
sudo apt install awscli
After installing AWSCLI, use your Secret Keys generated from IAM to config local system with AWS.
aws configure
Enter your Access Key ID, Secret Access key and default region name.
2. Configure a MySQL server and edit the config-example.json file to update the server endpoint, database name, password and port. Rename the file to config.json
mv config-example.json config.json
3. Clone the repository and install the require packages.
https://github.com/cr-trojan23/project3006.git
cd project3006
pip3 install -r requirements.txt
python3 main.py