/Social_Network

social network web project using "django" similar to facebook "ability to create new user/group/post"

Primary LanguageHTML

Social_Network

social network web project using "django" similar to facebook "ability to create new user/group/post"

=================================================================================

To run The project:

you have first to install python, then install the following :

  • Django (pip install django (from cmd administrator))
  • networkx (pip install networkx)
  • matplotlib (pip install matplotlib)

Then run the server by opening the terminal in the directory contains (manage.py) which is : Social_Network\new_user_model\data_structure

and type : python manage.py runserver

you will be given a local server address. 127.0.0.1:8000 open it at the browser and enjoy :D