Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Ensure images are stored in filesystem and absolute paths kept in postgres #9

Open Nostromos opened 7 months ago

Nostromos commented 7 months ago

Postgres is set up for this but I still need to figure out where to keep the images (probably S3), how to generate/find them, and how to get all those urls into postgres in a programmatic way.