Case study
Virtual library
Django service for cataloging images and documents
01 Task
There was no place to keep a large collection of images in a structured way, the files were in folders, it was impossible to find what was needed according to its meaning
02 Solution
Made a web directory using Django. Implemented image loading, tags and categories, search and filtering. I separated file storage and metadata so that the catalog would not slow down as the library grows
03 Solved tasks
- Generated an interface layout using neuron for low cost
- I made the front according to the layout
- Made a web catalog of images using Django
- Implemented loading, tags and categories
- Implemented search and filtering
- Divorced file storage and metadata for speed during growth
04 Result
The collection has become searchable, the desired picture can be found using tags in seconds, rather than by flipping through folders