My image

Trent Mahaffey

Curiosity leads us to do great things

Sample-videos.com hosts free datasets including I used for the inventory model. The dataset was uploaded into my AWS RDS instance and then imported into Django's Model engine.

In order to retrieve images for my store database, I wrote a Python script that utlilized google2's API. My script downloaded the images and then uploaded the images into my AWS S3 image via Boto3. Bootstrap's carousel dynamically renders the Model data and the front end scales automaticaly with new database data.

USPS's API for shipping estimates returns an XML formatted string which was parsed/cleaned up in the backend before being sent to the accordian object.