Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

***
# 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](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 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
```