https://github.com/umarwazeer/django-fbv-api-crud
A Django API demonstrating CRUD operations using Function-Based Views (FBVs). Includes endpoints for creating, reading, updating, and deleting records with Django REST Framework.
https://github.com/umarwazeer/django-fbv-api-crud
django django-rest-framework python
Last synced: about 2 months ago
JSON representation
A Django API demonstrating CRUD operations using Function-Based Views (FBVs). Includes endpoints for creating, reading, updating, and deleting records with Django REST Framework.
- Host: GitHub
- URL: https://github.com/umarwazeer/django-fbv-api-crud
- Owner: umarwazeer
- Created: 2024-05-21T04:45:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T04:48:00.000Z (about 1 year ago)
- Last Synced: 2025-02-10T15:21:40.931Z (4 months ago)
- Topics: django, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django FBV API CRUD
## Overview
This project is a Django-based API that demonstrates CRUD (Create, Read, Update, Delete) operations using Function-Based Views (FBVs).
## Features
- **Create**: Add new records.
- **Read**: Retrieve records.
- **Update**: Modify existing records.
- **Delete**: Remove records.## Technologies Used
- Python
- Django
- Django REST Framework## Installation
1. **Clone the repository:**
```sh
git clone https://github.com/yourusername/Django-FBV-API-CRUD.git
cd Django-FBV-API-CRUD