Welcome to the codingbrunch repository! In this project, I build a blog website with Django Rest Framework, PostgreSQL, Docker, and Swagger UI(API documentation) where register users can post, comment and upvote.
- Implemented CRUD operations for blog posts by a particular user,
- Implemented features for user interaction with blog posts, including upvoting posts and adding comments.
- Customized admin panel.
- Multiple User.(Member, Creator, Staff, Admin)
Django==4.1.3
django-ckeditor==6.5.1
django-cors-headers==3.14.0
django-environ==0.10.0
django-js-asset==2.0.0
django-rest-knox==4.2.0
django-taggit==3.1.0
djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2
drf-spectacular==0.26.2
Pillow==9.4.0
psycopg2-binary==2.9.6
PyJWT==2.6.0
Docker hub - https://hub.docker.com/r/nayemjaman/djangorestblog
Docker Pull Command
docker pull nayemjaman/djangorestblog