Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.11 KB

File metadata and controls

36 lines (21 loc) · 1.11 KB

FullStack Blog App with React Redux and Django

A Fullstack CRUD Blog App with Django User Authentication (Token Authentication), Technologies Used: React, Redux, Django, REST Framework, Knox, HTML, CSS, Bootstrap and Fontawesome

Aplication Preview

Login Page

Register Page

All Blogs Page

Blog Page

Setting up the Application

after downloading/cloning the repository code follow below steps (keep the whole code in some directory/folder first):

  1. Move in backend folder through terminal and run following commands

pipenv install

pipenv shell

python manage.py runserver

  1. Move in frontend folder through terminal and run follwing commands

npm i

npm start

All set ! Happy coding :)