Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goel-anubhav/django-rev
- Owner: goel-anubhav
- Created: 2024-06-05T07:09:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T07:50:08.000Z (7 months ago)
- Last Synced: 2024-10-13T04:31:04.168Z (3 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd 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)