Skip to content

Jeremyhuegel/Project_ToDoList

Repository files navigation

ToDoList

Flask Application with MySQL RDS

ToDoList Infrastructure Setup

Terraform

-Create main.tf file

Ansible

-Create playbook_todo.yml

-Create playbook_install.yml

-Create playbook_install_errors.yml

-Create playbook_ngninx.yml

Changes that need to be made

-Edit index.html file to include EC2 instance IP for API_URL

-After spinning up Terraform edit Main.tf lines 138,139 with newly created subnet IDs

-Edit todo.py and insert newly created RDS id

-To run app $ python3 todo.py

-To run backend $ gunicorn -w 4 -b 0.0.0.0:5000 todo:app

Diagram

Image

About

Flask Application with MySQL RDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages