Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surajmendhe5573/drfs

DRF.
https://github.com/surajmendhe5573/drfs

Last synced: 6 days ago
JSON representation

DRF.

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