a django social network.
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
- HTML
- CSS custom properties
- Tailwind CSS
- daisyUI
- django
for run this project, you should follow this steps
- clone repository
git clone https://github.com/samadvalipour/djangoToDoList.git
- go to project directory
cd django_social_network
- create a python virtual environment and active it
python -m venv venv
venv\Scripts\activate.bat
- install django
pip install django
- create database tabels
pythom manage.py makemigrations
pythom manage.py migrate
- run server
python manage.py runserver
I think this steps are enough. but if not, do something to make it right bro or sis!
- Linked in - @samadvalipour
- resume - resume page