Web Programming with Python and JavaScript
- Install python 3.7+
- python -m venv venv
- Activate the virtual environment (./venv/Scripts/activate || ./venv/bin/activate)
- Install libraries (pip install -r requirements.txt)
- Set the SECRET e FLASK_APP variables
- Set the UPLOAD_FOLDER and S3_BUCKET
- Set the bucket name in the terraform/main.tf folder
- Navigate to main.tf folder and run "terraform init && terraform apply -auto-approve" (You must have an AWS account!)
- flask run !!