polocas-napadu-api

API megaservice for Poločas nápadu

Stars
2

Poločas nápadu API

Defender of the Poločas nápadu database

This project provides API for systems of the Prague based theatre improvisation group Poločas nápadu. It is based on Django and uses Graphql as a frontend.

Install

poetry install

Run locally

poetry run ./manage.py runserver

Test

poetry run pytest

To run in watch mode:

poetry run pytest --watch

To generate coverage:

poetry run pytest --cov-report=xml --cov-config=.coveragerc --cov="."