项目作者: matacoder

项目描述 :
CI GitHub Actions, Docker-compose Nginx+Django+Gunicorn+Postgres, Caddy Web Server Django REST Framework
高级语言: Python
项目地址: git://github.com/matacoder/yamdb-django-rest.git
创建时间: 2021-02-20T15:06:52Z
项目社区:https://github.com/matacoder/yamdb-django-rest

开源协议:

下载


Yandex Movie Database REST API (YaMDB)

DJANGO REST workflow

Project is live

You can access it at https://rest.matakov.com

Stack

Django, Django REST, JWT, Python 3, NGINX, PostgreSQL, GitGub Actions, Docker Compose.

Description

This is a database of different types of objects with genres, reviews and comments to review.

Documentation is available here: https://rest.matakov.com/#section/Opisanie

Authentication

User Roles:

  • Anonymous
  • Authenticated
  • Moderator
  • Administrator
  • Django Administrator

Moved to another hosting.

Models

  • Reviews
  • Comments
  • Users (Abstract User)
  • Categories
  • Genres
  • Titles