Faishal003 / Social-Media-with-Django

A Social Media website using Django and Python with many features.

Home Page:https://social007.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social-Media-with-Django

Image of my-views-counter Static Badge Static Badge
A Social Media platform built on the Django Web Framework.

💥Features Included💥

  • SignUp & Login functionality.
  • Edit profile functionality.
  • Logout functionality.
  • Post Photos.
  • Like/Dislike posts.
  • Follow/Unfollow functinality.
  • Display posted images.

Clone the Repository

After installing the prerequisite files just clone the project:

git clone https://github.com/Faishal003/Ecommerce-website-with-Django.git

Installation

Note : Make sure you have Python version 3.10.x 👈
Install a few prerequisite files before running the project 👀

pip install -r requirements.txt 

Create Superuser

Run command in terminal:

python manage.py createsuperuser

Model Build

After creating superuser, run the following commands in the Terminal:

python manage.py makemigrations
python manage.py migrate
python manage.py makemigrations

Getting started to run the server

Run command in terminal:
Execute: python manage.py runserver
Open up a browser and visit: http://127.0.0.1:8000/ , the you will see the Website💥❤️.
All Set! 🤩🔥

Demo

https://social007.pythonanywhere.com/

Note

First signup then login that website. After login, edit your profie and search emon007/faishal007 in search box and follow them to see posts in homepage..Then you can also create your posts.🤞

About

A Social Media website using Django and Python with many features.

https://social007.pythonanywhere.com


Languages

Language:Python 65.4%Language:HTML 34.6%