This is Full stack Applcaition. Frontend is developed using Flutter
and Backend is Django
.
This is doctor demo application where patients their health data.
flutter
djanog
rest framework
REST API
permissions
authentication
authorization
ORM
Django commands
1. create virtual environment
2. run following commands
pip install -r requirements.txt
python manage.py runserver
python manage.py makemigrations
python manage.py migrate
Flutter commands
flutter pub get
flutter run