HoldenEv / MovieMetr

https://movie-metr.vercel.app
2 stars 0 forks source link

Local db testing and azure blob #133

Closed nickli1209 closed 1 month ago

nickli1209 commented 1 month ago

have 100% model coverage, around 50% controller coverage, will keep working on controller in the future. I also added/integrated azure blob storage for profile pictures since the s3 bucket couldn't be merged, the route to hit the uploadProfilePicture routes is ".../authentication/uploadProfilePicture", this returns the hosted image address. Need to send a file with the key file in the req.body.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
movie-metr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2024 5:35pm
Fenlongo commented 1 month ago

Looks pretty good. However the front end tests are failing. might want to run the commands again and fix any errors

nickli1209 commented 1 month ago

Looks pretty good. However the front end tests are failing. might want to run the commands again and fix any errors

Just did all good now, good catch G

melissachow0 commented 1 month ago

Looks good Nick, good job getting image storage working.

HoldenEv commented 1 month ago

Tests look solid going to local storage for testing was e great decision.