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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -