Tech Blog Website How to run the project: Clone/Download the project. Go to the the project folder where manage.py is located. create and activate virtual environment. run this command in terminal: pip install -r requirements.txt the above command will install all packages required to run the project. run python manage.py migrate run python manage.py runserver go to http://127.0.0.1:8000/ Features: User Login and Registrations. Show User profile after login. user can update their profile. Blog Home page. create a blog post. show the blog details page. any one can do like and comment in a post.