DEV Community

Discussion on: Bulletproof node.js project architecture 🛡️

Collapse
 
shindesharad71 profile image
SHARAD SHINDE • Edited

Great post! This is what I am actually looking for!

Can you please review my project structure?

github.com/shindesharad71/Anstagra...

Collapse
 
santypk4 profile image
Sam

Seems very good, keep coding! :)

Be careful with the file uploads to express, it can be a real problem in production

You may want to implement a direct upload solution, here is an example with AWS S3 but I saw that you are using GCP so look for something similar.

file uploads

Collapse
 
shindesharad71 profile image
SHARAD SHINDE

Thank you for your valuable comment and guidance.

I already implemented the direct upload to GCP, no server involved.

Thanks!