a1d4r / film-rating-service

Film Rating Service in FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Film Rating System

REST API for film rating system.

Documentation

  • Postman docs
  • Swagger docs are located at /docs
  • Admin menu at /admin

Commands

Migrate database:

make migrate

Run server:

make up

Create venv:

make venv

Run tests:

make test

Run linters:

make lint

Run formatters:

make format

About

Film Rating Service in FastAPI


Languages

Language:Python 97.8%Language:Makefile 2.2%