This repository contains the specification for the Social Media Site project, intended for educational purposes.
DjangoGram is a social media platform inspired by Instagram, built using the Django web framework. Users can register, login, post photos with captions, like and comment on posts, and follow other users. With a sleek interface and robust back-end, it serves as a perfect starting point for aspiring web developers to understand the intricacies of building a full-fledged social media application using Django.
This repository contains only the project specification and related documents, such as UML diagrams, data fixtures etc. No actual code implementation here. Anyone can refer this documentation to understand the project requirements and design before starting the implementation phase.