A simple social media application built with Django.
- User authentication and authorization
- User profiles with profile pictures
- Posting and viewing of posts
- Commenting on posts
- Liking and unliking of posts and comments
- User-friendly UI
- Python 3.6 or higher
- Django 2.2 or higher
- Clone the repository to your local machine using git clone https://github.com/Iyzyman/social_media_blog.git
- Navigate to the simplesocial directory using cd simplesocial
- Install the required packages using pip install -r requirements.txt
- Migrate the database using python manage.py migrate
- Create a superuser using python manage.py createsuperuser
- Start the development server using python manage.py runserver
- Access the application on your browser
Contributing Contributions are welcome. Please create a pull request and I will review it as soon as possible.