Project Overview
Full-Stack profile web application utilizing AWS S3
Full-Stack web application using:
AWS S3 Buckets
Java Spring-Boot Framework
Vite React / Node.js
PostgreSQL Databases
Docker Containers
JUnit unit tests
Profile Cards allows users to create a user profile where they can set their:
- Email, Password, and Age
- Profile Image
All information is saved in a PostgreSQL database.
Profile images are saved in an AWS S3 bucket, from where they are retreived upon being requested.
Profile images are removed from the bucket upon user deletion or profile image update.