Skip to content

artinmohajeri/Secure-Full-Blog-Website-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure responsive full blog web application Django

This is a full web project using (HTML5, CSS3, Bootstrap4, Js, python3, Django)

In this website you can (signup, signin, logout and delete your account). you can choose profilePic and bio and update it.

You can follow users, see their profile, like/dislike their blogs and ... see the pictures to see more fitures.

🔺🔺🔺 it also has django-defender and django-axis installed that prevents (Brute Force & login Attackes). I have used django-recaptcha aswell to prevents bots to signup

redLine

  • Although it's not a flawless project, this web application was designed to resemble real-world websites. It's a mid-level project using Django, and there's definitely room for expansion.
  • both sides (frondend & backend) is written by myself

greenLine

write these commands in your terminal to run this web application 👇👇👇

python -m venv .venv

.venv\Scripts\activate.bat

pip install -r requirements.txt

python manage.py runserver

Screenshot (185) Screenshot (171) Screenshot (173) Screenshot (174) Screenshot (175) Screenshot (176) Screenshot (177) Screenshot (178)