Water-Monitoring-System
Water-Monitoring-System copied to clipboard
Add API endpoints for hardware models.
Is your feature request related to a problem? Please describe.
Add API endpoints i.e URLs for accessing the hardware API existing in feature/backend-django
branch.
Keep in mind:
- Changes are to be made in urls.py
- Changes are to be pushed in
feature/backend-django
branch and not in master branch - Pre-requisite: Knowledge of Django and Django Rest Framework
I can do this please assign me. I have understand the hardware but please tell elaborately what to do?
Is your feature request related to a problem? Please describe. Add API endpoints i.e URLs for accessing the hardware API existing in
feature/backend-django
branch.Keep in mind:
* Changes are to be made in [urls.py](https://github.com/vinitshahdeo/Water-Monitoring-System/blob/feature/backend-django/water_monitoring_system/water_monitoring_system/hardware/urls.py) * Changes are to be pushed in `feature/backend-django` branch and not in master branch * **Pre-requisite**: Knowledge of **Django** and **Django Rest Framework**
what actually i have to do in this ? @PragatiVerma18
I am interested in it. Please assign it to me.
I have understand the hardware app but I could noe found any existsing views to which I can map to an url.
@Mit-Patel either use Django Rest Framework to create APIViews/Viewsets or else create a pure Django API where you have to create the views too on your own.
@PragatiVerma18 I have experience in Django Rest Framework.
Do we have to create API endpoints for Hardware
model (GET, POST, PUT)?
@msk4862 you may work on this issue. Try completing the task as early as possible.