Skip to content

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 blog using UI an Html Editor after login in the website. Logged user can upload profile pic and profile details …

Notifications You must be signed in to change notification settings

asfaqahmed/drf_react_blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drf_react_blog

React Context Api for state management

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.

How it looks-

Alt text

To make this repositary work on your machine configure following-

dependencies for backends-

Installing Packages-

  1. pip install django
  2. pip install django-cors-headers
  3. pip install Pillow
  4. pip install djangorestframework
  5. pip install djangorestframework-simplejwt

dependencies for React Js frontend-

Installing Packages-

  1. npm install

npm start

About

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 blog using UI an Html Editor after login in the website. Logged user can upload profile pic and profile details …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • Python 27.3%
  • CSS 1.9%
  • HTML 1.4%