This is a simple fullstack app to upload images to AWS S3 and store metadata in PostgreSQL. It uses Flask for backend and a minimal Bootstrap frontend.
- Create a
.envfile with AWS & DB credentials. - Run:
docker-compose up --build
- Visit
http://localhost:5000to upload an image.
Ensure your AWS IAM user and S3 bucket are set correctly.
