https://github.com/kazimovzaman2/django-rest-framework
I'm learning how to build REST APIs with Django & the Django Rest Framework.
https://github.com/kazimovzaman2/django-rest-framework
api django django-rest-framework rest-api rest-framework
Last synced: 2 months ago
JSON representation
I'm learning how to build REST APIs with Django & the Django Rest Framework.
- Host: GitHub
- URL: https://github.com/kazimovzaman2/django-rest-framework
- Owner: kazimovzaman2
- License: mit
- Created: 2022-12-27T03:35:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T08:05:22.000Z (over 3 years ago)
- Last Synced: 2025-07-04T00:05:50.771Z (12 months ago)
- Topics: api, django, django-rest-framework, rest-api, rest-framework
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Django-Rest-Framework
I'm learning how to build REST APIs with Django & the Django Rest Framework 🤓
---
## 💻 How to use
1. Clone the repository by running `git clone https://github.com/yourusername/django-rest-framework.git`.
2. Navigate to the folder of the project you want to use.
3. Follow the instructions in the project's README file to run the project on your local machine.
## Youtube
- Click [here](https://youtu.be/c708Nf0cHrs) for find youtube video that i used.
## 🚀 Tips
- Make sure to check the [Django Rest Framework documentation](https://www.django-rest-framework.org/) for more information on how to use the framework.
- You can also join the [Django community](https://www.djangoproject.com/community/) for help and support.
- Don't forget to practice good coding practices, such as commenting your code and using meaningful variable names. 👨💻