/django-social-network

Social network app with django and DRF.

Primary LanguagePython

Django Social Network

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.

Code Style

This project adheres to the Django Styleguide by HackSoft, promoting better architecture and maintainability in Django applications.

Features

  • 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

Testing

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.