Skip to content

yusseef/Social-media-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social media app

Social media application made with Django.

Acknowledgements

Features

  • Sign-in / Sign-up.
  • Follow / unfollow users.
  • Like / Unlike posts
  • Profile settings.
  • Profile image.
  • Comment on posts.
  • Each user see the posts of following users.

Installation

After you clone the repo run the following commands

  python -m venv venv
  pip install -r requirements.txt
  python manage.py migrate
  python manage.py createsuperuser
  python manage.py runserver

And you good to go.

Feedback

If you have any feedback, please reach out to us at yussef.raouf11@gmail.com

Logo