Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.27 KB

README.md

File metadata and controls

25 lines (22 loc) · 2.27 KB

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)