DallasGiles / document-management-platform

platform for people to share documents
MIT License
2 stars 0 forks source link

AWS #2

Open MAndersoni1102 opened 1 month ago

MAndersoni1102 commented 1 month ago

Learn how to use AWS and implement it into the project so that we can store PDF files outside of our own database.

Grawrb commented 1 month ago

I will have more information on API calls by 6:30 PM Monday 8/5

DallasGiles commented 1 month ago

I added a file under server/utils called aws.js I added some starter code there Just from what I could find online, should be a decent start but feel free to change it.

Grawrb commented 1 month ago

Most of the necessary code now pushed. Will continue to work 8/6 to make sure it is properly implemented. May require assistance ensuring AWS functions are integrated with server routes. Will discuss more 8/6 evening with full team.

Grawrb commented 1 month ago

finish integrating routes

Grawrb commented 1 month ago

PDF upload connected to AWS and pushing correctly. Delete and Get functions not finished.