i need a experienced Django restAPI and React website development partner
Budget: ₹100 – ₹400 INR
Read & understand everything carefully before you bid. explain everything that you need and how you do it. or any previous experience. - kindly don't waste your and my time . if you don't have knowledge CLASS based Django rest API CURD operation.
so It's basically Django and react js project . CURD operation . front end and backed mostly present . you need to write create , delete and update operation both for front end and backed .
basically it's rest API uses to access . Django application
view.py code is written class based .(so basically you have knowledge of class base access)
get method view code already written . - your task is create , update , delete code need to write (simple task for experience people)
example code -
need to add code for post method both react and django
class AdminSandboxesViewSet(viewsets.ModelViewSet):
"""
This is API call for Admin Sandboxes
"""
queryset = AdminSandboxes.objects.all()
serializer_class = AdminSandboxesSerializer
filter_backends = [DjangoFilterBackend]
filterset_fields = ['account']
so It's basically Django and react js project . CURD operation . front end and backed mostly present . you need to write create , delete and update operation both for front end and backed .
basically it's rest API uses to access . Django application
view.py code is written class based .(so basically you have knowledge of class base access)
get method view code already written . - your task is create , update , delete code need to write (simple task for experience people)
example code -
need to add code for post method both react and django
class AdminSandboxesViewSet(viewsets.ModelViewSet):
"""
This is API call for Admin Sandboxes
"""
queryset = AdminSandboxes.objects.all()
serializer_class = AdminSandboxesSerializer
filter_backends = [DjangoFilterBackend]
filterset_fields = ['account']