Website for watching anime for free.
API url: https://api.anininja.ru
Redoc url: https://api.anininja.ru/docs
In the root folder of the project, you need to create .env file such as sample.env
pip install poetry
or
pip3 install poetry
pipx install poetry
curl -sSL https://install.python-poetry.org | python3 -
poetry install
poetry run uvicorn app.main:app --reload
poetry shell
uvicorn app.main:app --reload
docker compose up --build -d