java AWS S3 backend

Image Uploader API

a simple image uploader API using Java and AWS S3

โฑ๏ธ Time Breakdown

๐Ÿ“‹
Planning
~1 hours
๐Ÿ’ป
Coding
~2 hours
๐Ÿงช
Testing
~1 hours

๐Ÿ“Š Difficulty

MEDIUM

๐ŸŽ“ Learning Outcomes

  • โ€ข Working with REST APIs
  • โ€ข Managing application state
  • โ€ข Creating responsive layouts

Image Uploader API

An image uploader API allows users to upload and retrieve images from a database using a server-side language and a cloud storage service like AWS S3. In this project, you will create a basic image uploader API using Java and AWS S3.

Create a Basic Image Uploader API

Requirements

  • A way for users to upload images to the API
  • A way to store the uploaded images in AWS S3
  • A way to retrieve the uploaded images from the API

Bonus

  • Can you add authentication and authorization to the API, so that only authorized users can upload and retrieve images?
  • Can you add support for resizing and compressing the uploaded images before storing them in S3?
โ˜ฐ

Project Requirements

Progress Tracker 0 of 7 completed

Share Project