issues
search
saifahn
/
expenseus
A serverless expense tracking app
0
stars
0
forks
source link
Add images to expenses
#19
Closed
saifahn
closed
2 years ago
saifahn
commented
3 years ago
Store expenses in S3
saifahn
commented
3 years ago
Creating and saving the expense
[x] Receive the expense data from the front end
[x] Check for an image
[ ] Validate that it is an image
[x] Check that it is below a certain file size
[x] If there is an image added to an expense, create a key for it
[x] Upload the image to S3 with the key
[x] Store the imageKey in the database
Getting and displaying the expense
When returning the expense as a response, if there is an imageKey
[x] Get a presigned URL
[x] Return the expense with the presigned URL as the imageURL key or whatever
Interface
[x] Add an input to upload images
saifahn
commented
2 years ago
Closed by #35