Skip to content

This project is as socialmedia as instagram or any apps

Notifications You must be signed in to change notification settings

toiroff/Socialmedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Social Media Project

A simple social media application built with Django, designed to connect users and allow them to share content.

Features

  • User authentication (registration, login, logout)
  • Profile creation and editing
  • Post creation, editing, and deletion
  • Like and comment on posts
  • Follow/unfollow other users
  • Responsive design

Technologies Used

  • Django
  • Python
  • HTML/CSS
  • JavaScript
  • SQLite (or your preferred database)

Installation

Prerequisites

  • Python 3.x
  • Django
  • Git

Clone the Repository and Set Up the Environment

git clone https://github.com/yourusername/repo.git
cd repo
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

This project is as socialmedia as instagram or any apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published