node.js - Appropriate structure for storing images with metadata/other information? -


say wanted create web app save , display images , retrieve information them - description, title, year etc.

my first assumption store of data in file structure,

e.g. img\year\title.jpg

but how store things such description? info take form of text file or there more efficient way of going things?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -