- Notifications
You must be signed in to change notification settings - Fork0
In this article, you'll learn how to implement CRUD operations on a PostgreSQL database using Django REST Framework.
NotificationsYou must be signed in to change notification settings
wpcodevo/django-postgres-crud-rest-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In this article, you'll learn how to implement CRUD operations on a PostgreSQL database using Django REST Framework.
- Run and Test the Django API on Your Computer
- Set Up PostgreSQL and pgAdmin
- Connect the Django Project to the PostgreSQL Server
- Set Up the Django Project
- Create the Database and Serializer Models
- Django Database Model
- Django Serializer Model
- Generate and Apply the Database Migrations
- Create the CRUD API Views
- Implement the Create and Get API Views
- Implement the Read, Update, and Delete API Views
- Create Routes for the API Views
- Set Up CORS on the Django Server
- Test the CRUD Functionalities
- Perform the Create Operation
- Perform the Update Operation
- Perform the Read Operation
- Perform the Delete Operation
- Conclusion
Read the entire article here:https://codevoweb.com/crud-operations-on-postgresql-using-django-rest-framework/
About
In this article, you'll learn how to implement CRUD operations on a PostgreSQL database using Django REST Framework.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.