About | Features | Technologies | Requirements | Starting | Author
The social network website project built with Django has the ability to search, like, posts, add posts, login with email and custom user model
✔️ serch, add, delete, update posts
✔️ signals
✔️ development user model (sign up using email)
The following tools were used in this project:
- Python
- Django
- html css
- Jinja2
- docker
- signals
Before starting 🏁, you need to have Git and python installed.
# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/SocialNetwork
# Access
$ cd onlineshop
# Install requirments.txt
$ pip install -r requirments.txt
# Run the project
$ python manage.py runserver
# The server will initialize in the <http://localhost:8000>