Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.42 KB

Django Flutter CRUD Operations - DoctorApp


About

This is Full stack Applcaition. Frontend is developed using Flutter and Backend is Django. This is doctor demo application where patients their health data.


Tags

flutter djanog rest framework REST API permissions authentication authorization ORM


Screenshots

text text text text text text text


Help

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