Project: Cloud-based Photo Gallery (SE 422)

·1 min read

Overview

A cloud-based photo gallery application built for SE 422 at Iowa State University. The project was split into three parts:

  1. Create an Amazon RDS relational database instance
  2. Implement a Flask web framework
  3. Deploy the application on an EC2 instance

My Contribution

I was responsible for implementing the EC2 instance to run the application on AWS backend servers.

What I Learned

  • Working with AWS RDS databases
  • Using Python to create and manage database tables on EC2
  • Flask web framework fundamentals
  • Cloud deployment workflows

Tech Stack

Python, Flask, AWS RDS, AWS EC2