samadvalipour / django_social_network

a django social network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_social_network

a django social network.

The challenge

Users should be able to:

  • add, view, edit and delete posts
  • register, login and logout
  • like other user posts
  • comment on other user posts
  • reply other user comments
  • follow and unfollow other users
  • create and edit profile info
  • search post

youtube video link

youtube link

Screenshots

screenshot1

screenshot2

Built with

run project

for run this project, you should follow this steps

  1. clone repository
git clone https://github.com/samadvalipour/djangoToDoList.git
  1. go to project directory
cd django_social_network
  1. create a python virtual environment and active it
python -m venv venv
venv\Scripts\activate.bat
  1. install django
pip install django
  1. create database tabels
pythom manage.py makemigrations
pythom manage.py migrate
  1. run server
python manage.py runserver

I think this steps are enough. but if not, do something to make it right bro or sis!

Author

About

a django social network

License:GNU General Public License v3.0


Languages

Language:HTML 59.7%Language:Python 40.3%