/BlogTask-with-DRF-CRUD-JWT-Authentication

Blog Task using DRF to make API's and used JWT for authentication

Primary LanguagePython

Blog Task using DRF and JWT Authentication (Django -Python-Bootstrap)

Uploading Blog task.mp4…

=> Developed a Django application with blog functionality.
=> Implemented a search functionality based on blog title, author name, and publication date.
=> Created API endpoints for CRUD operations on BlogPost model using Django REST Framework (DRF).
=> Integrated JWT authentication for secure user authentication and authorization in the API endpoints.
=> Designed templates for rendering blog posts and search results.
=> Implemented user authenticated that only authenticated users can make posts.
=> Only the author of the post can change & delete the post.
=> Utilized efficient database queries and indexing techniques for improved performance.
=> I have tried my best to improve the code and work with DRF.