• Created a comprehensive blog web application enabling users to perform CRUD operations on posts, along with search functionality, and featuring a sidebar showcasing random posts.
• Implemented user authentication functionalities including login, logout, registration, password reset, and profile management features such as updating username and profile picture with image compression capabilities
<br/>
a.Enter your Gmail Account in EMAIL_HOST_USER(gmail-id should be two-step Authenticated for security, here to act as admin id which sends password reset link to users of WIKI.) <br/>
b.Enter your Gmail App Password in EMAIL_HOST_PASSWORD
python manage.py makemigrations
python manage.py migrate
python manage.py runserver