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

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: about 2 months ago
JSON representation

Practice for mastering the Django-Rest-Framework in poetry environment.

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)