Welcome to Social Media, a simple and functional Django-based project that brings basic social networking features to life!
- User Authentication:
- Register, Login, Logout.
- User Profiles:
- Create and manage personal profiles.
- Posts and Interactions:
- Users can create posts, comment, and reply to comments.
- Like posts and engage with other users.
- Follow System:
- Follow and unfollow users to build your feed.
- Search Functionality:
- Search for posts and explore content easily.
- Backend: Django (CBV-based architecture).
- Frontend: HTML, CSS.
- Clone the repository:
git clone https://github.com/your-username/social_media.git cd social_media