jfoclpf / in-my-district

Monorepo (APP, server and website) to report in Portugal to the local authorities public irregularities in one's neighborhood or district
https://nomeubairro.app
GNU General Public License v3.0
37 stars 8 forks source link

Serve photos with express rather than NGINX #52

Closed jfoclpf closed 1 year ago

jfoclpf commented 1 year ago

To be able to easily publish and share open code to later reproduce it,

serve static files with express for the endpoint

app.use('/image_server', express.static('upload_photos'))