A web portal to manage patients data and update it regularly
Client: React, Redux-toolkit, Axios, TailwindCSS
API: Django REST Framework
Server: Django 4.0
Clone the project
https://github.com/sadaatgithub/dashboard.gitpython 3, django 4.0
Go to the project directory
cd backendCreate virtual Enviornment
python -m venv myenvActivate virtual enviornment
myenv\scripts\activateInstalling Required Packages
pip install requirement.txtRun Migrations
py manage.py makemigrationspy manage.py migrateRun Server
py manage.py runservernode.js 18
cd frontendnpm installnpm startResponsive
End to End user flow
Login , Logout feature, change password
Dashboard design
Displaying total Patient excluding deceased one
Displaying data graphically via charts , factorwise counting, agewise counting
Editing patient information
Exporting all data in excel sheet, can filter data according to districts and download it.
Searching for patient if it already exists in database
##Tip Some Features are in developement




