This is a fully functional blog website, made using django and django Rest Framework for backend and React JS for frontend UI. In this website anonymous user can see blogs listed and its detail view, and registered user can write blog using UI after login in the website. Logged user can upload profile pic and profile details and further profile can be updated by user. Also logged user can delete own blog.
Installing Packages-
- pip install django
- pip install django-cors-headers
- pip install Pillow
- pip install djangorestframework
- pip install djangorestframework-simplejwt
Installing Packages-
- npm install