https://github.com/yshgroup/drf-mastering
Practice for mastering the Django-Rest-Framework in poetry environment.
https://github.com/yshgroup/drf-mastering
django-framework django-postgresql django-rest-framework django-website poetry-python
Last synced: 9 months ago
JSON representation
Practice for mastering the Django-Rest-Framework in poetry environment.
- Host: GitHub
- URL: https://github.com/yshgroup/drf-mastering
- Owner: YSHgroup
- License: mit
- Created: 2024-01-09T17:45:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T03:23:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T16:13:45.474Z (11 months ago)
- Topics: django-framework, django-postgresql, django-rest-framework, django-website, poetry-python
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DRF-Matering
---------------
## What is this?
- Django best practice project for beginner
- Django project
- Using Django-Rest-Framework
- Integration with PostgreSQL
- Managing by poetry
- Open to contribute
## Install
It's simple because using the poetry library
```shell
poetry install
```
## Consist of
- simpl_crud app - [Reference URL](https://www.bezkoder.com/django-postgresql-crud-rest-framework/)
## Who was it made by?
Magic sky - [Github source](https://github.com/YSHgroup/DRF-mastering)