-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR] Setting up Postgres and adding upload to S3
#28
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 3 +1
Lines 54 76 +22
=========================================
+ Hits 54 76 +22 ☔ View full report in Codecov by Sentry. |
This is essentially done. I just need to add some tests to get coverage back to 100%. |
This should be mergeable 👌 |
# Conflicts: # mix.exs # mix.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LuchoTurtle DB setup looks good. 👍
closes #3
This PR sets up a DB with Postgres with a simple
Image
table with information regarding an image and makes use of https://github.com/dwyl/imgup to get the URL of the uploaded image so they're saved in anS3
bucket.