https://github.com/wpcodevo/django-sqlite-crud-rest-api
In this tutorial, you'll learn how to build a CRUD Django REST API using the Django REST Framework.
https://github.com/wpcodevo/django-sqlite-crud-rest-api
crud-api django django-crud django-rest-framework python-api
Last synced: 9 months ago
JSON representation
In this tutorial, you'll learn how to build a CRUD Django REST API using the Django REST Framework.
- Host: GitHub
- URL: https://github.com/wpcodevo/django-sqlite-crud-rest-api
- Owner: wpcodevo
- Created: 2024-11-08T19:38:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T21:52:37.000Z (about 1 year ago)
- Last Synced: 2025-01-26T03:41:16.549Z (11 months ago)
- Topics: crud-api, django, django-crud, django-rest-framework, python-api
- Language: Python
- Homepage: https://codevoweb.com/build-a-crud-django-rest-api-using-django-rest-framework/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a CRUD Django REST API using Django REST Framework
In this tutorial, you'll learn how to build a CRUD Django REST API using the Django REST Framework.

## Topics Covered
- Run and Test the Django REST API Locally
- Set Up the Django Project
- Create the Django Database and Serializer Models
- Database Model
- Serializer Model
- Create the CRUD REST API Views in Django
- Implement the GET and POST API Views
- Implement the GET, PATCH, and DELETE API Views
- Complete API Views
- Register the REST API Endpoints
- Add the CRUD API URLs
- Add the Base URL
- Set Up CORS on the Server
- Generate the Database Migrations
- Test the Django CRUD REST API Project
- Create Feedback
- Edit Feedback
- Fetch All Feedback
- Delete Feedback
- Conclusion
Read the entire article here: [https://codevoweb.com/build-a-crud-django-rest-api-using-django-rest-framework/](https://codevoweb.com/build-a-crud-django-rest-api-using-django-rest-framework/)