Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashgole/django-flutter-crud-operations-doctorapp
This is Full stack Applcaition. Frontend is developed using Flutter and Backend is Django.
https://github.com/ashgole/django-flutter-crud-operations-doctorapp
django django-rest-framework flutter flutter-apps full-stack-application
Last synced: about 1 month ago
JSON representation
This is Full stack Applcaition. Frontend is developed using Flutter and Backend is Django.
- Host: GitHub
- URL: https://github.com/ashgole/django-flutter-crud-operations-doctorapp
- Owner: ashgole
- Created: 2021-09-29T17:00:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T04:25:43.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:17:14.909Z (9 months ago)
- Topics: django, django-rest-framework, flutter, flutter-apps, full-stack-application
- Language: Dart
- Homepage:
- Size: 565 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***
# Django Flutter CRUD Operations - DoctorApp***
# AboutThis 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](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/1.png)
![text](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/2.png)
![text](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/3.png)
![text](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/4.png)
![text](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/5.png)
![text](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/6.png)
![text](https://github.com/ashgole/Django-Flutter-Application-CRUD-operations-DoctorApp/blob/master/screenshots/7.png)***
# Help
```
Django commands1. 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 commandsflutter pub get
flutter run
```