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
Post a Comment