Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goel-anubhav/django-rev

Just a revision Repo, where I've revised the basic concept of CRUD, it doesn't include any frontend yet. Just used Decorators, Django Rest Framework and permission like GET, POST, PUT, DELETE
https://github.com/goel-anubhav/django-rev

Last synced: about 1 month ago
JSON representation

Just a revision Repo, where I've revised the basic concept of CRUD, it doesn't include any frontend yet. Just used Decorators, Django Rest Framework and permission like GET, POST, PUT, DELETE

Awesome Lists containing this project

README

        

# DRF CRUD

Just basic DRF revision API, where basic concept like CRUD has been utilized.
This API has functionalities like:
C: Create Data in the database
R: Read Data from the database
U: Update the existing data
D: Delete the existing data

## Installation

Install my-project with npm or yarn

```bash
git clone https://github.com/goel-anubhav/Django-Rev.git

cd Django-Rev
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

``` py -m venv env```

``` .\env\Scripts\activate ```

```pip install -r requirements.txt```

``` py manage.py runserver ```

## 🔗 Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://goel-anubhav.github.io/)

[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/anubhav-goel-1206/)

[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@UniqueAppSites)

## Support

For support, email [email protected]

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/anubhav.g)