Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajmendhe5573/drfs
DRF.
https://github.com/surajmendhe5573/drfs
Last synced: 6 days ago
JSON representation
DRF.
- Host: GitHub
- URL: https://github.com/surajmendhe5573/drfs
- Owner: surajmendhe5573
- Created: 2024-11-06T13:18:19.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:16:31.000Z (10 days ago)
- Last Synced: 2024-11-06T15:24:34.179Z (10 days ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django CRUD API with DRF
This project demonstrates a simple CRUD (Create, Read, Update, Delete) API built using Django and Django Rest Framework (DRF). The application allows you to manage `Item` objects with basic CRUD operations.
## Features
- **Create**: Add a new item.
- **Read**: Retrieve a list of all items or view a specific item.
- **Update**: Modify an existing item.
- **Delete**: Remove an item from the database.## Technologies Used
- **Django**: Web framework for building the backend.
- **Django Rest Framework (DRF)**: To handle API functionality and serialization.
- **SQLite**: Default database (can be switched to PostgreSQL or MySQL).## Prerequisites
- Python 3.x
- Django
- Django Rest Framework## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/surajmendhe5573/DRFs.git
cd django-crud-api