Task Assigning Django App
This is Task assigning django app which is built by using django and django react frame work , react.js and Rest API's.Here you can add new task , delete any task , edit your task as well can mark finished task.
Getting Started
This following instructions will help you to use and setup the project in your local machine as well use it in your local host.
Prerequisites
First you need to install :
Python 3 (updated version preferebly )
Django in the project directory
react (npm)
SQL
Installing
A step by step series of examples that tell you how to get a development env running
following command lines :
frst clone the git repo > then set the directory > then set the virtual env by cmd virtualenv env > then install django cors headers from pypi > run requirements .txt for all packages > finally run npm build
After building
After building run python manage.py runserver to run the file in localhost: 127.0.0.1:8000 serving django app as react app
Adding some screenshots :
Final View :