This is a simple social network platform built with Django and Django REST Framework (DRF). The project implements core social media features like user registration, profile creation, follow/unfollow functionality, and more.
This project adheres to the Django Styleguide by HackSoft, promoting better architecture and maintainability in Django applications.
- User registration and authentication
- Profile management
- Follow/Unfollow system
- Feed with posts from followed users
- Create, edit, and delete posts
- Like and unlike posts
- Built-in API with Django REST Framework
Automated tests are being written to ensure the functionality and reliability of the platform. These tests cover core features like user authentication, post creation, and the follow/unfollow system.