Skip to content

AmrAnwar/simple-socialmedia

Repository files navigation

Simple SocialMedia

note:

the project made as an exercise and ex for FBV(functional based views), not CBV (Class based views), if you want to check CBV for me please visit this TODO project


unfortunately the site url doesn't available now but you can run the site locally by

note you must have : pip , virtualenv installed in your system

git clone https://github.com/AmrAnwar/simple-SocialMedi
cd simple-SocialMedi
virtualenv env 
. env/bin/active 
pip install -r requirments.txt
python manage.py migrate
python manage.py collectstatic 
python manage runserver

what the user Can Do after Sign in :

  • Post in his Profile page
  • Replay on users Posts
  • simple like system can user like any posts
  • Follow other users to see their posts in his home page
  • Search for users
  • See Follow Suggestion in the bottom of his home page
  • full control on his information , edit data and his image.

Note : I'm just python developer not desinger or front end so my website design is Bad, I tried to do my best But I was Sure that will be Ugly, any way** the project is all about Backend not Front 👍 .**

  • all the Django code by me excepy the login,Register function from try-django1.9 open source project, this is my Fork in this project
  • all the style by except comment Box from comment box and simple one JQuery function for Replay button

SOME PHOTOS FROM THE WEBSITE :

Home page after the user sign in ..

Home page

The USer Profile Page

Profile Page

search example

search example

Before Sign in

Before-Sign-in

Edit Profile Page

edit page

About

a simple Python(Django FBV) social media website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published