ReactJS & Django based dashboard for task management and progress tracking. The frontend is built using react
, which uses django-react-framework
API to interact with the django based backend server. The application is hosted locally , and was created as a response to address supply-chain shortages during Covid-19 lockdowns. The primary use of application was to track the on-boarding process for new suppliers.
- create a virutal env & install requirements
python -m venv env
source env\bin\activate
pip install -r requirements.txt
- start django server
python ss\manage.py runserver
The application uses a knox based authentication to restrict unauthorised access.
Default- username: admin , password: admin